Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsafety_check.h4 void safety_check_fail(const char *format, ...);
21 safety_check_fail("Use after free error\n"); in safety_check_verify_redzone()
/freebsd/contrib/jemalloc/src/
H A Dsafety_check.c10 void safety_check_fail(const char *format, ...) { in safety_check_fail() function
H A Dtcache.c126 safety_check_fail("<jemalloc>: size mismatch in thread cache " in tbin_extents_lookup_size_check()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h351 #define safety_check_fail JEMALLOC_N(safety_check_fail) macro