Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp473 #define __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY(CRT_VER,function_name,dbgsuffix) \ argument
478 #define __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY_NO_FALLBACK(CRT_VER,function_name,dbgsuffix) \ argument
482 #define __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY_REDIRECT(CRT_VER,function_name,dest_func,dbgsuf… argument
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp373 std::string status, function_name; in FuncReplacementInfoCheck() local