Searched refs:cfree (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c337 #define cfree(x) do { if (x) free(x); } while(0) macro
338 cfree(pp->printer);
339 cfree(pp->acct_file);
341 cfree(pp->filters[filt]);
342 cfree(pp->form_feed);
343 cfree(pp->log_file);
344 cfree(pp->lock_file);
345 cfree(pp->lp);
346 cfree(pp->restrict_grp);
347 cfree(p
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp49 INTERCEPTOR_ATTRIBUTE void cfree(void *ptr) ALIAS("free");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp187 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
188 #define LSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp132 INTERCEPTOR(void, cfree, void *ptr) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp200 INTERCEPTOR_ALIAS(void, cfree, void *ptr);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp228 INTERCEPTOR(void, cfree, void *ptr) {
233 #define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp712 TSAN_INTERCEPTOR(void, cfree, void *p) {
718 SCOPED_INTERCEPTOR_RAW(cfree, p);
2661 TSAN_INTERCEPT(cfree);
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c91 cfree(Void_t* p);
477 #define public_cFREe cfree
1109 cfree(Void_t* p);
1112 cfree is needed/defined on some systems that pair it with calloc,
1113 for odd historical reasons (such as: cfree is used in example

Completed in 94 milliseconds