Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp734 HMODULE ucrtbase_handle = GetModuleHandle("ucrtbase.dll"); in doMallocReplacement() local
735 if (!ucrtbase_handle) in doMallocReplacement()
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()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1444 HMODULE ucrtbase_handle = GetModuleHandle("ucrtbase.dll"); in TestWrongFunctionInDll() local
1445 if (ucrtbase_handle) { in TestWrongFunctionInDll()
1446 IsPrologueKnown("ucrtbase.dll", "fake_function", nullptr, ucrtbase_handle); in TestWrongFunctionInDll()