Home
last modified time | relevance | path

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

/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst3 TBB_malloc_replacement_log Function
18 extern "C" int TBB_malloc_replacement_log(char *** log_ptr);
37 The ``TBB_malloc_replacement_log`` function allows the program to check if the dynamic memory repla…
65 int func_replacement_status = TBB_malloc_replacement_log(&func_replacement_log);
/oneTBB/include/oneapi/tbb/
H A Dtbbmalloc_proxy.h63 extern "C" int TBB_malloc_replacement_log(char *** function_replacement_log_ptr);
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp362 int func_replacement_status = TBB_malloc_replacement_log(&func_replacement_log); in FuncReplacementInfoCheck()
386 func_replacement_status = TBB_malloc_replacement_log(nullptr); in FuncReplacementInfoCheck()
H A Dtest_malloc_whitebox.cpp1405 status = TBB_malloc_replacement_log(&func_replacement_log); in TestEmptyLog()
1415 status = TBB_malloc_replacement_log(&func_replacement_log); in TestLogOverload()
1425 status = TBB_malloc_replacement_log(nullptr); in TestLogOverload()
1436 status = TBB_malloc_replacement_log(&func_replacement_log); in TestFalseSearchCase()
1449 status = TBB_malloc_replacement_log(&func_replacement_log); in TestWrongFunctionInDll()
/oneTBB/doc/main/tbb_userguide/
H A DWindows_C_Dynamic_Memory_Interface_Replacement.rst76 standard memory allocation functions. You can use the ``TBB_malloc_replacement_log``
/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp572 extern "C" __declspec(dllexport) int TBB_malloc_replacement_log(char *** function_replacement_log_p… in TBB_malloc_replacement_log() function