Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.h44 bool IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE modul…
H A Dproxy.cpp665 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 Dfunction_replacement.cpp558 bool IsPrologueKnown(const char* dllName, const char *funcName, const char **opcodes, HMODULE modul… in IsPrologueKnown() function
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1446 IsPrologueKnown("ucrtbase.dll", "fake_function", nullptr, ucrtbase_handle); in TestWrongFunctionInDll()