Home
last modified time | relevance | path

Searched refs:cfree (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp77 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
199 INTERCEPT_FUNCTION(cfree); in initialize_interceptors()
H A Ddone_abilist.txt67 fun:cfree=discard
H A Dlibc_ubuntu1404_abilist.txt1454 fun:cfree=uninstrumented
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp45 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
/openbsd/sys/ntfs/
H A Dntfs_vfsops.c555 cn_t cfree = 0; in ntfs_calccfree() local
582 cfree++; in ntfs_calccfree()
585 *cfreep = cfree; in ntfs_calccfree()
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp200 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
201 #define LSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp168 void cfree(void *p) ALIAS("free");
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp168 INTERCEPTOR_ALIAS(void, cfree, void *ptr);
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp57 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp221 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
229 # define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp755 TSAN_INTERCEPTOR(void, cfree, void *p) { in TSAN_INTERCEPTOR() argument
761 SCOPED_INTERCEPTOR_RAW(cfree, p); in TSAN_INTERCEPTOR()
2910 TSAN_INTERCEPT(cfree); in InitializeInterceptors()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h153 extern void cfree(void *);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h153 extern void cfree(void *);
/openbsd/regress/usr.bin/tsort/
H A Dpairs1567 cfree.o cfree.o
1503 cfree.o malloc.o
1504 cfree.o malloc.o
/openbsd/gnu/usr.bin/binutils/gprof/
H A DChangeLog-92031877 * printgprof.c (printprof): Use free, not cfree.
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A DChangeLog-92031877 * printgprof.c (printprof): Use free, not cfree.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-9193961 * hosts/m68klynx.h: Add ifdefs, #define of cfree.
1535 * hosts/i386lynx.h: Added definition of cfree as free (from Eichin).
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-9193961 * hosts/m68klynx.h: Add ifdefs, #define of cfree.
1535 * hosts/i386lynx.h: Added definition of cfree as free (from Eichin).