Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2308 unsigned ptrDelta = alignedRight - (uintptr_t)alignedArea; in getFromLLOCache() local
2309 if (ptrDelta && tls) { // !tls is cold path in getFromLLOCache()
2314 ptrDelta / estimatedCacheLineSize : in getFromLLOCache()
2315 ptrDelta / alignment; in getFromLLOCache()