Searched refs:probeSize (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 437 DWORD probeSize; in InsertTrampoline() local 460 probeSize = InsertTrampoline32(inpAddr, targetAddr, pattern, origFunc); in InsertTrampoline() 461 if (!probeSize) in InsertTrampoline() 462 probeSize = InsertTrampoline64(inpAddr, targetAddr, pattern, origFunc); in InsertTrampoline() 467 if (!probeSize) in InsertTrampoline() 470 FlushInstructionCache(GetCurrentProcess(), inpAddr, probeSize); in InsertTrampoline() 471 FlushInstructionCache(GetCurrentProcess(), origFunc, probeSize); in InsertTrampoline()
|