Searched refs:ArenaBlockSize (Results 1 – 1 of 1) sorted by relevance
403 static const size_t ArenaBlockSize = BlockSizeT; in AllocAligned() local404 size_t blockSize = std::max(size + ARENA_BLOCK_ALIGN, ArenaBlockSize); in AllocAligned()