Searched refs:kSmallObjectAllocatorsCount (Results 1 – 2 of 2) sorted by relevance
41 const uint32_t kSmallObjectAllocatorsCount = kSmallObjectMaxSizeLog2 - kSmallObjectMinSizeLog2 + 1; variable122 uint8_t allocators_buf_[sizeof(BionicSmallObjectAllocator)*kSmallObjectAllocatorsCount];
260 for (size_t i = 0; i < kSmallObjectAllocatorsCount; ++i) { in initialize_allocators()