HomeSort by relevance Sort by last modified time
    Searched refs:get_small_object_allocator (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
bionic_allocator.cpp 306 return get_small_object_allocator(log2_size)->alloc();
360 BionicSmallObjectAllocator* allocator = get_small_object_allocator(info->type);
388 BionicSmallObjectAllocator* allocator = get_small_object_allocator(info->type);
397 BionicSmallObjectAllocator* BionicAllocator::get_small_object_allocator(uint32_t type) { function in class:BionicAllocator
  /bionic/libc/private/
bionic_allocator.h 118 BionicSmallObjectAllocator* get_small_object_allocator(uint32_t type);

Completed in 503 milliseconds