Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp56 static char *records[RECORDS_COUNT + 1]; variable
78 LOG_PRINT(records[RECORDS_COUNT - 1], RECORD_LENGTH, "%s", "Log was truncated."); in record()
88 records[record_number++] = entry; in record()
575 *function_replacement_log_ptr = Log::records; in TBB_malloc_replacement_log()
579 return Log::replacement_status && Log::records[0] != nullptr ? 0 : -1; in TBB_malloc_replacement_log()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DDivide_and_Conquer.rst137 records in ``Hits`` any nodes that collide with ``Target``.
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1395 HeapFree(GetProcessHeap(), 0, Log::records[i]); in LogCleanup()
1398 Log::records[i] = nullptr; in LogCleanup()