Searched defs:MapAlloc (Results 1 – 5 of 5) sorted by relevance
58 using MapAlloc = test_allocator<std::pair<const int, int>>; in main() typedef
56 using MapAlloc = test_allocator<std::pair<const int, int>>; in main() typedef
45 using MapAlloc = test_allocator<std::pair<const int, int>>; in main() typedef
99 void* VulkanMemory::MapAlloc(VulkanMemoryAllocator* allocator, in MapAlloc() function in skgpu::VulkanMemory
367 void* HeapImpl::MapAlloc(size_t size) { in MapAlloc() function in android::HeapImpl