Searched defs:kSmallObjectAllocatorsCount (Results 1 - 1 of 1) sorted by path

/bionic/linker/
H A Dlinker_allocator.h33 const uint32_t kSmallObjectAllocatorsCount = kSmallObjectMaxSizeLog2 - kSmallObjectMinSizeLog2 + 1; variable
138 LinkerSmallObjectAllocator allocators_[kSmallObjectAllocatorsCount];

Completed in 28 milliseconds