Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DStatistics.h30 freeByOtherThread, enumerator
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
H A Dfrontend.cpp1446 … STAT_increment(ownerTid.load(std::memory_order_relaxed), getIndex(objectSize), freeByOtherThread); in freePublicObject()