Searched refs:TBB_malloc_replacement_log (Results 1 – 6 of 6) sorted by relevance
3 TBB_malloc_replacement_log Function18 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);
63 extern "C" int TBB_malloc_replacement_log(char *** function_replacement_log_ptr);
362 int func_replacement_status = TBB_malloc_replacement_log(&func_replacement_log); in FuncReplacementInfoCheck()386 func_replacement_status = TBB_malloc_replacement_log(nullptr); in FuncReplacementInfoCheck()
1405 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()
76 standard memory allocation functions. You can use the ``TBB_malloc_replacement_log``
572 extern "C" __declspec(dllexport) int TBB_malloc_replacement_log(char *** function_replacement_log_p… in TBB_malloc_replacement_log() function