Searched defs:funcName (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 43 const char* funcName; member 478 FRR_TYPE ReplaceFunctionA(const char *dllName, const char *funcName, FUNCPTR newFunc, const char **… in ReplaceFunctionA() 518 FRR_TYPE ReplaceFunctionW(const wchar_t *dllName, const char *funcName, FUNCPTR newFunc, const char… in ReplaceFunctionW() 558 bool IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE modul… in IsPrologueKnown()
|
| H A D | proxy.cpp | 659 const char *funcName[] = {"free", "_msize", "_aligned_free", "_aligned_msize", 0}; in BytecodesAreKnown() local 695 void ReplaceFunctionWithStore( const unicode_char_t *dllName, const char *funcName, FUNCPTR newFunc… in ReplaceFunctionWithStore()
|