Searched refs:LOG_PRINT (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 29 #define LOG_PRINT(s, n, format, ...) snprintf(s, n, format, __VA_ARGS__) macro 31 #define LOG_PRINT(s, n, format, ...) _snprintf_s(s, n, _TRUNCATE, format, __VA_ARGS__) macro 78 LOG_PRINT(records[RECORDS_COUNT - 1], RECORD_LENGTH, "%s", "Log was truncated."); in record() 85 LOG_PRINT(entry, RECORD_LENGTH, "%s: %s (%s), byte pattern: <%s>", in record()
|