Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp93 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable
384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()
397 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()
1828 block->objectSize = startupAllocObjSizeMark; in getBlock()
1886 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp96 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable
377 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()
390 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()
1771 block->objectSize = startupAllocObjSizeMark; in getBlock()
1829 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp93 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable
384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()
397 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()
1828 block->objectSize = startupAllocObjSizeMark; in getBlock()
1886 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp93 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable
384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()
397 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()
1828 block->objectSize = startupAllocObjSizeMark; in getBlock()
1886 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp84 const uint16_t startupAllocObjSizeMark = ~(uint16_t)0; variable
384 bool isStartupAllocObject() const { return objectSize == startupAllocObjSizeMark; } in isStartupAllocObject()
399 if (startupAllocObjSizeMark == objectSize) // startup block in checkFreePrecond()
1860 block->objectSize = startupAllocObjSizeMark; in getBlock()
1907 MALLOC_ASSERT(startupAllocObjSizeMark==objectSize in free()