Searched refs:IsPrologueKnown (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.h | 44 bool IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE modul…
|
| H A D | proxy.cpp | 665 if (! IsPrologueKnown(dllName, funcName[i], known_bytecodes, module)) { in BytecodesAreKnown() 739 if ( IsPrologueKnown("ucrtbase.dll", "_o_free", known_bytecodes, ucrtbase_handle)) { in doMallocReplacement() 743 if (IsPrologueKnown("ucrtbase.dll", "_free_base", known_bytecodes, ucrtbase_handle)) { in doMallocReplacement()
|
| H A D | function_replacement.cpp | 558 bool IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE modul… in IsPrologueKnown() function
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_whitebox.cpp | 1446 IsPrologueKnown("ucrtbase.dll", "fake_function", nullptr, ucrtbase_handle); in TestWrongFunctionInDll()
|