Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp474 ReplaceFunctionWithStore( #CRT_VER #dbgsuffix ".dll", #function_name, \
479 ReplaceFunctionWithStore( #CRT_VER #dbgsuffix ".dll", #function_name, \
483 ReplaceFunctionWithStore( #CRT_VER #dbgsuffix ".dll", #function_name, \
695 void ReplaceFunctionWithStore( const unicode_char_t *dllName, const char *funcName, FUNCPTR newFunc… in ReplaceFunctionWithStore() function
731ReplaceFunctionWithStore( modules_to_replace[j].name, c_routines_to_replace[i]._func, c_routines_t… in doMallocReplacement()
740ReplaceFunctionWithStore( "ucrtbase.dll", "_o_free", (FUNCPTR)__TBB_malloc__o_free, known_bytecode… in doMallocReplacement()
744ReplaceFunctionWithStore("ucrtbase.dll", "_free_base", (FUNCPTR)__TBB_malloc__free_base, known_byt… in doMallocReplacement()
760ReplaceFunctionWithStore( modules_to_replace[j].name, cxx_routines_to_replace[i]._func, cxx_routin… in doMallocReplacement()