Lines Matching defs:fBlock
267 static void markBlocks(FreeBlock *fBlock, int num, size_t size) { in markBlocks()
340 void CoalRequestQ::putBlock(FreeBlock *fBlock) in putBlock()
477 void Backend::Bin::removeBlock(FreeBlock *fBlock) in removeBlock()
491 void Backend::IndexedBins::addBlock(int binIdx, FreeBlock *fBlock, size_t /* blockSz */, bool addTo… in addBlock()
517 bool Backend::IndexedBins::tryAddBlock(int binIdx, FreeBlock *fBlock, bool addToTail) in tryAddBlock()
560 void Backend::IndexedBins::lockRemoveBlock(int binIdx, FreeBlock *fBlock) in lockRemoveBlock()
573 FreeBlock *Backend::splitBlock(FreeBlock *fBlock, int num, size_t size, bool blockIsAligned, bool n… in splitBlock()
905 void Backend::removeBlockFromBin(FreeBlock *fBlock) in removeBlockFromBin()
915 void Backend::genericPutBlock(FreeBlock *fBlock, size_t blockSz, bool slabAligned) in genericPutBlock()
1004 FreeBlock *fBlock = (FreeBlock *)alignUp((uintptr_t)region + sizeof(MemRegion), in remap() local
1042 FreeBlock *Backend::doCoalesc(FreeBlock *fBlock, MemRegion **mRegion) in doCoalesc()
1204 void Backend::coalescAndPut(FreeBlock *fBlock, size_t blockSz, bool slabAligned) in coalescAndPut()
1229 FreeBlock *fBlock; in findBlockInRegion() local
1261 void Backend::startUseBlock(MemRegion *region, FreeBlock *fBlock, bool addToBin) in startUseBlock()
1356 FreeBlock *fBlock = findBlockInRegion(region, size); in addNewRegion() local
1387 FreeBlock *fBlock = findBlockInRegion(curr, curr->blockSz); in reset() local