Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h65 #define TRACEF(x) printf x macro
67 #define TRACEF(x) ((void)0) macro
H A Dfrontend.cpp1592TRACEF(( "[ScalableMalloc trace] Empty block %p is initialized, owner is %ld, objectSize is %d, bu… in initEmptyBlock()
2027 TRACEF(( "[ScalableMalloc trace] sizeof(Block) is %d (expected 128); sizeof(uintptr_t) is %d\n", in initMemoryManager()
2592TRACEF(( "[ScalableMalloc trace] Something is wrong: no objects in public free list; reentering.\n… in internalPoolMalloc()
2618TRACEF(( "[ScalableMalloc trace] Something is wrong: no objects in empty block; reentering.\n" )); in internalPoolMalloc()
2624 TRACEF(( "[ScalableMalloc trace] No memory found, returning nullptr.\n" )); in internalPoolMalloc()
2855 TRACEF(( "[ScalableMalloc trace] Thread id %d blocks return start %d\n", in doThreadShutdownNotification()
2882 TRACEF(( "[ScalableMalloc trace] Thread id %d blocks return end\n", getThreadId() )); in doThreadShutdownNotification()