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

  /bionic/linker/
linker_allocator.h 138 LinkerSmallObjectAllocator allocators_[kSmallObjectAllocatorsCount]; member in class:LinkerMemoryAllocator
linker_allocator.cpp 224 allocators_[i].init(type, 1 << type);
336 return &allocators_[type - kSmallObjectMinSizeLog2];

Completed in 1885 milliseconds