Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp276 sprintf( opcodeString + 2*i, "%.2X", *((unsigned char*)inpAddr+i) ); in CheckOpcodes()
321 UINT_PTR srcAddr = Ptr2Addrint(inpAddr); in InsertTrampoline32()
329 UCHAR *codePtr = (UCHAR *)inpAddr; in InsertTrampoline32()
377 UINT_PTR srcAddr = Ptr2Addrint(inpAddr); in InsertTrampoline64()
387 UCHAR *codePtr = (UCHAR *)inpAddr; in InsertTrampoline64()
440 if (!VirtualProtect(inpAddr, MAX_PROBE_SIZE, PAGE_EXECUTE_WRITECOPY, &origProt)) in InsertTrampoline()
445 UCHAR * const codePtr = (UCHAR *)inpAddr; in InsertTrampoline()
460 probeSize = InsertTrampoline32(inpAddr, targetAddr, pattern, origFunc); in InsertTrampoline()
462 probeSize = InsertTrampoline64(inpAddr, targetAddr, pattern, origFunc); in InsertTrampoline()
465 VirtualProtect(inpAddr, MAX_PROBE_SIZE, origProt, &origProt); in InsertTrampoline()
[all …]