Home
last modified time | relevance | path

Searched refs:Bin (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp258 class Bin;
445 friend class Bin;
456 class Bin { class
589 Bin bin[numBlockBinLimit];
598 Bin* getAllocationBin(size_t size);
1208 void Bin::pushTLSBin(Block* block) in pushTLSBin()
1238 void Bin::outofTLSBin(Block* block) in outofTLSBin()
1303 bool Bin::cleanPublicFreeLists() in cleanPublicFreeLists()
1431 Bin* theBin = (Bin*) next; in freePublicObject()
1493 Bin* bin = tls->bin + index; in privatizeOrphaned()
[all …]
H A Dbackend.h146 struct Bin { struct
168 Bin freeBins[Backend::freeBinsNum]; argument
H A Dbackend.cpp389 Bin *b = &freeBins[binIdx]; in getFromBin()
451 Bin *b = &freeBins[binIdx]; in tryReleaseRegions()
477 void Backend::Bin::removeBlock(FreeBlock *fBlock) in removeBlock()
493 Bin *b = &freeBins[binIdx]; in addBlock()
520 Bin *b = &freeBins[binIdx]; in tryAddBlock()
1461 size_t Backend::Bin::countFreeBlocks() in countFreeBlocks()
1472 size_t Backend::Bin::reportFreeBlocks(FILE *f) in reportFreeBlocks()