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

Function internalPoolFree

src/tbb/src/tbbmalloc/frontend.cpp:2634–2649  ·  view source on GitHub ↗

When size==0 (i.e. unknown), detect here whether the object is large. For size is known and < minLargeObjectSize, we still need to check if the actual object is large, because large objects might be used for aligned small allocations.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

reallocAlignedFunction · 0.85
internalFreeFunction · 0.85
pool_reallocFunction · 0.85
pool_aligned_reallocFunction · 0.85
pool_freeFunction · 0.85

Calls 6

isMallocInitializedFunction · 0.85
isRecognizedFunction · 0.85
freeSmallObjectFunction · 0.85
userPoolMethod · 0.80
putToLLOCacheMethod · 0.80
getTLSMethod · 0.80

Tested by

no test coverage detected