Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp52 static const unsigned RECORDS_COUNT = 8 * 8; variable
56 static char *records[RECORDS_COUNT + 1];
70 __TBB_ASSERT(record_number <= RECORDS_COUNT, "Incorrect record number"); in record()
76 if (record_number == RECORDS_COUNT) { in record()
78 LOG_PRINT(records[RECORDS_COUNT - 1], RECORD_LENGTH, "%s", "Log was truncated."); in record()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1397 for (unsigned i = 0; i < Log::RECORDS_COUNT + 1; i++){ in LogCleanup()