Searched refs:requestedSize (Results 1 – 2 of 2) sorted by relevance
155 uint64_t MemBlock::allocate(const size_t requestedSize) { in allocate() argument156 FreeSubblocks_t::iterator i = findFreeSubblock(&freeSubblocks, requestedSize); in allocate()165 if (subblockSize > requestedSize) { in allocate()166 if (!freeSubblocks.insert({subblockOffset + requestedSize, in allocate()167 subblockSize - requestedSize}).second) { in allocate()
46 uint64_t allocate(size_t requestedSize);