Home
last modified time | relevance | path

Searched defs:MapAlloc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libcxx/test/libcxx/debug/containers/
H A Ddb_associative_container_tests.pass.cpp58 using MapAlloc = test_allocator<std::pair<const int, int>>; in main() typedef
H A Ddb_unord_container_tests.pass.cpp56 using MapAlloc = test_allocator<std::pair<const int, int>>; in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/debug/containers/
H A Dunord_containers.pass.cpp45 using MapAlloc = test_allocator<std::pair<const int, int>>; in main() typedef
/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanMemory.cpp99 void* VulkanMemory::MapAlloc(VulkanMemoryAllocator* allocator, in MapAlloc() function in skgpu::VulkanMemory
/aosp_15_r20/system/memory/libmemunreachable/
DAllocator.cpp367 void* HeapImpl::MapAlloc(size_t size) { in MapAlloc() function in android::HeapImpl