Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.h69 const unsigned MAX_PATTERN_SIZE = MAX_PROBE_SIZE - SIZE_OF_RELJUMP + 1; variable
H A Dfunction_replacement.cpp258 char opcodeString[2*MAX_PATTERN_SIZE+1]; in CheckOpcodes()
271 …__TBB_ASSERT( maxOpcodesLength/2 <= MAX_PATTERN_SIZE, "Pattern exceeded the limit of 28 opcodes/56… in CheckOpcodes()
275 for( i=0; i<maxOpcodesLength/2 && i<MAX_PATTERN_SIZE; ++i ){ in CheckOpcodes()