Searched refs:safety_check_fail (Results 1 – 4 of 4) sorted by relevance
4 void safety_check_fail(const char *format, ...);21 safety_check_fail("Use after free error\n"); in safety_check_verify_redzone()
10 void safety_check_fail(const char *format, ...) { in safety_check_fail() function
126 safety_check_fail("<jemalloc>: size mismatch in thread cache " in tbin_extents_lookup_size_check()
351 #define safety_check_fail JEMALLOC_N(safety_check_fail) macro