Searched refs:getMaxBinnedSize (Results 1 – 4 of 4) sorted by relevance
375 size_t getMaxBinnedSize() const;
625 size_t Backend::getMaxBinnedSize() const in getMaxBinnedSize() function in rml::internal::Backend633 return requestSize > oldMaxReq && requestSize < backend->getMaxBinnedSize(); in operator ()()673 const size_t maxBinned = getMaxBinnedSize(); in askMemFromOS()
2415 bool isMemoryBlockHuge = copySize > memPool->extMemPool.backend.getMaxBinnedSize(); in reallocAligned()
1339 size_t maxBinnedSize = defaultMemPool->extMemPool.backend.getMaxBinnedSize(); in TestReallocDecreasing()