Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp473 #define __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY(CRT_VER,function_name,dbgsuffix) \ argument
474 ReplaceFunctionWithStore( #CRT_VER #dbgsuffix ".dll", #function_name, \
475 (FUNCPTR)__TBB_malloc_safer_##function_name##_##CRT_VER##dbgsuffix, \
476 known_bytecodes, (FUNCPTR*)&orig_##function_name##_##CRT_VER##dbgsuffix );
478 #define __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY_NO_FALLBACK(CRT_VER,function_name,dbgsuffix) \ argument
479 ReplaceFunctionWithStore( #CRT_VER #dbgsuffix ".dll", #function_name, \
480 (FUNCPTR)__TBB_malloc_safer_##function_name##_##CRT_VER##dbgsuffix, 0, nullptr );
482 #define __TBB_ORIG_ALLOCATOR_REPLACEMENT_CALL_ENTRY_REDIRECT(CRT_VER,function_name,dest_func,dbgsuf… argument
483 ReplaceFunctionWithStore( #CRT_VER #dbgsuffix ".dll", #function_name, \
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp373 std::string status, function_name; in FuncReplacementInfoCheck() local
374 s >> status >> function_name; in FuncReplacementInfoCheck()
380 functions.erase(function_name); in FuncReplacementInfoCheck()
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst49 search_status: function_name (dll_name), byte pattern: <bytecodes>