Searched refs:FUNCPTR (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 620 FUNCPTR _fptr; 625 { "malloc", (FUNCPTR)scalable_malloc, FRR_FAIL }, 626 { "calloc", (FUNCPTR)scalable_calloc, FRR_FAIL }, 628 { "_expand", (FUNCPTR)safer_expand, FRR_IGNORE }, 633 { "??2@YAPEAX_K@Z", (FUNCPTR)operator_new, FRR_FAIL }, 634 { "??_U@YAPEAX_K@Z", (FUNCPTR)operator_new_arr, FRR_FAIL }, 635 { "??3@YAXPEAX@Z", (FUNCPTR)operator_delete, FRR_FAIL }, 638 { "??2@YAPAXI@Z", (FUNCPTR)operator_new, FRR_FAIL }, 639 { "??_U@YAPAXI@Z", (FUNCPTR)operator_new_arr, FRR_FAIL }, 640 { "??3@YAXPAX@Z", (FUNCPTR)operator_delete, FRR_FAIL }, [all …]
|
| H A D | function_replacement.h | 33 typedef void (*FUNCPTR)(); typedef 41 …FunctionA(const char *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCP… 42 …ctionW(const wchar_t *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCP…
|
| H A D | function_replacement.cpp | 478 …FunctionA(const char *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCP… in ReplaceFunctionA() 518 …ctionW(const wchar_t *dllName, const char *funcName, FUNCPTR newFunc, const char ** opcodes, FUNCP… in ReplaceFunctionW()
|