Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2512 static inline bool isSmallObject (void *ptr) in isSmallObject() function
2527 (isLargeObject<unknownMem>(ptr) || isSmallObject(ptr)); in isRecognized()
2976 } else if (isSmallObject(object)) { in __TBB_malloc_safer_free()