Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dbionic_allocator.cpp302 return get_small_object_allocator_unchecked(log2_size)->alloc(); in alloc_impl()
395 BionicSmallObjectAllocator* allocator = get_small_object_allocator_unchecked(info->type); in get_chunk_size()
403 BionicSmallObjectAllocator* BionicAllocator::get_small_object_allocator_unchecked(uint32_t type) { in get_small_object_allocator_unchecked() function in BionicAllocator
413 BionicSmallObjectAllocator* result = get_small_object_allocator_unchecked(pi->type); in get_small_object_allocator()
/bionic/libc/private/
Dbionic_allocator.h119 BionicSmallObjectAllocator* get_small_object_allocator_unchecked(uint32_t type);