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

  /bionic/linker/
linker_allocator.h 31 const uint32_t kSmallObjectMaxSizeLog2 = 10;
33 const uint32_t kSmallObjectAllocatorsCount = kSmallObjectMaxSizeLog2 - kSmallObjectMinSizeLog2 + 1;
linker_allocator.cpp 51 static const size_t kSmallObjectMaxSize = 1 << kSmallObjectMaxSizeLog2;
332 if (type < kSmallObjectMinSizeLog2 || type > kSmallObjectMaxSizeLog2) {

Completed in 69 milliseconds