Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp735 bool isLargeObject(void *object);
2333 MALLOC_ASSERT( isLargeObject<unknownMem>(alignedArea), ASSERT_TEXT ); in getFromLLOCache()
2406 if (isLargeObject<ourMem>(ptr)) { in reallocAligned()
2495 bool isLargeObject(void *object) in isLargeObject() function
2503 return idx.isLargeObject() in isLargeObject()
2527 (isLargeObject<unknownMem>(ptr) || isSmallObject(ptr)); in isRecognized()
2642 if (size >= minLargeObjectSize || isLargeObject<ourMem>(object)) in internalPoolFree()
2674 if (isLargeObject<ourMem>(ptr)) { in internalMsize()
2803 if (isLargeObject<ourMem>(object)) { in pool_identify()
2969 if (isLargeObject<unknownMem>(object)) { in __TBB_malloc_safer_free()
H A Dtbbmalloc_internal.h314 bool isLargeObject() const { return largeObj; }
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp144 bool isLargeObject() const { return largeObj; } in isLargeObject() function in BackRefIdx