Home
last modified time | relevance | path

Searched refs:get_small_object_allocator (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dbionic_allocator.cpp306 return get_small_object_allocator(log2_size)->alloc(); in alloc_impl()
360 BionicSmallObjectAllocator* allocator = get_small_object_allocator(info->type); in realloc()
388 BionicSmallObjectAllocator* allocator = get_small_object_allocator(info->type); in free()
397 BionicSmallObjectAllocator* BionicAllocator::get_small_object_allocator(uint32_t type) { in get_small_object_allocator() function in BionicAllocator
/bionic/libc/private/
Dbionic_allocator.h118 BionicSmallObjectAllocator* get_small_object_allocator(uint32_t type);