Searched refs:isMemoryBlockHuge (Results 1 – 1 of 1) sorted by relevance
2415 bool isMemoryBlockHuge = copySize > memPool->extMemPool.backend.getMaxBinnedSize(); in reallocAligned() local2416 size_t threshold = isMemoryBlockHuge ? copySize / 2 : 0; in reallocAligned()