Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp256 static size_t maxOpcodesLength = 0; in CheckOpcodes() local
266 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()
267 maxOpcodesLength = i; 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()