MCPcopy Create free account
hub / github.com/RcppCore/RcppParallel / getFromBin

Method getFromBin

src/tbb/src/tbbmalloc/backend.cpp:386–447  ·  view source on GitHub ↗

Try to get a block from a bin. If the remaining free space would stay in the same bin, split the block without removing it. If the free space should go to other bin(s), remove the block. alignedBin is true, if all blocks in the bin have slab-aligned right side.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 10

alignUpFunction · 0.85
tryLockBlockMethod · 0.80
blockConsumedMethod · 0.80
removeBlockMethod · 0.80
setMeFreeMethod · 0.80
setLeftFreeMethod · 0.80
rightNeigMethod · 0.80
emptyMethod · 0.45
loadMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected