Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1388 FunctionInfo funcInfo = { "funcname","dllname" }; variable
1413 Log::record(funcInfo, "opcode string", true); in TestLogOverload()
1424 Log::record(funcInfo, "opcode string", false); in TestLogOverload()
1432 Log::record(funcInfo, "opcode string", false); in TestFalseSearchCase()
1433 std::string expected_line = "Fail: "+ std::string(funcInfo.funcName) + " (" + in TestFalseSearchCase()
1434 std::string(funcInfo.dllName) + "), byte pattern: <opcode string>"; in TestFalseSearchCase()