Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDsafety_check.h4 void safety_check_fail(const char *format, ...);
21 safety_check_fail("Use after free error\n"); in safety_check_verify_redzone()
HDprivate_namespace.h351 #define safety_check_fail JEMALLOC_N(safety_check_fail) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDsafety_check.c10 void safety_check_fail(const char *format, ...) { in safety_check_fail() function
HDtcache.c126 safety_check_fail("<jemalloc>: size mismatch in thread cache " in tbin_extents_lookup_size_check()