Lines Matching refs:error_log

106       error_log("Unable to set up backtrace signal enable function: %s", strerror(errno));  in Initialize()
120 error_log("Unable to set up backtrace dump signal function: %s", strerror(errno)); in Initialize()
182 error_log("hash_index %zu does not have matching frame data.", hash_index); in RemoveBacktrace()
215 error_log("No tracked pointer found for 0x%" PRIxPTR, pointer); in Remove()
271 error_log(" hash_index %zu does not have matching frame data.", hash_index); in LogBacktrace()
275 error_log(LOG_DIVIDER); in LogFreeError()
277 error_log("+++ ALLOCATION %p USED AFTER FREE", memory); in LogFreeError()
281 error_log(" allocation[%zu] = 0x%02x (expected 0x%02x)", i, memory[i], fill_free_value); in LogFreeError()
286 error_log("Backtrace at time of free:"); in LogFreeError()
290 error_log(LOG_DIVIDER); in LogFreeError()
302 error_log(LOG_DIVIDER); in VerifyFreedPointer()
303 error_log("+++ ALLOCATION 0x%" PRIxPTR " HAS CORRUPTED HEADER TAG 0x%x AFTER FREE", in VerifyFreedPointer()
305 error_log(LOG_DIVIDER); in VerifyFreedPointer()
374 error_log("Backtrace of original free:"); in LogFreeBacktrace()
399 error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index); in GetList()
407error_log("Pointer 0x%" PRIxPTR " hash_index %zu does not exist.", entry.first, hash_index); in GetList()
487 error_log("+++ %s leaked block of size %zu at 0x%" PRIxPTR " (leak %zu of %zu)", getprogname(), in LogLeaks()
490 error_log("Backtrace at time of allocation:"); in LogLeaks()
493 error_log("Backtrace at time of allocation:"); in LogLeaks()