Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp362 int func_replacement_status = TBB_malloc_replacement_log(&func_replacement_log); in FuncReplacementInfoCheck() local
384 …REQUIRE_MESSAGE(func_replacement_status == status_check, "replacement_opcodes_log() function retur… in FuncReplacementInfoCheck()
386 func_replacement_status = TBB_malloc_replacement_log(nullptr); in FuncReplacementInfoCheck()
387 …REQUIRE_MESSAGE(func_replacement_status == status_check, "replacement_opcodes_log() function retur… in FuncReplacementInfoCheck()
390 if (func_replacement_status != 0) { in FuncReplacementInfoCheck()
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst65 int func_replacement_status = TBB_malloc_replacement_log(&func_replacement_log);
67 if (func_replacement_status != 0) {