Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp340 bool isFull; member in rml::internal::LocalBlockFields
1335 isFull = false; in adjustFullness()
1340 isFull = (allocatedCount*objectSize > threshold) ? true : false; in adjustFullness()
1342 if (isFull) in adjustFullness()
1348 return isFull; in adjustFullness()
1357 if (isFull && !adjustFullness()) { in adjustPositionInBin()
1372 isFull = false; in restoreBumpPtr()
1389 MALLOC_ASSERT(!isFull, ASSERT_TEXT); in freeOwnObject()
1570 isFull = false; in cleanBlockHeader()
1741 MALLOC_ASSERT( !(temp->isFull), ASSERT_TEXT ); in setPreviousBlockActive()
[all …]
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1236 REQUIRE_MESSAGE(findCacheLine(&block->isFull) != findCacheLine(pointers[i]), in TestSlabAlignment()