HomeSort by relevance Sort by last modified time
    Searched refs:cfree (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_interceptors.cpp 27 INTERCEPTOR(void, cfree, void *ptr) {
  /external/libchrome/base/allocator/
allocator_shim_override_libc_symbols.h 35 SHIM_ALWAYS_EXPORT void cfree(void* ptr) __THROW {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h 79 extern void cfree (void *__ptr) __THROW;
stdlib.h 493 extern void cfree (void *__ptr) __THROW;
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 156 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free));
280 INTERCEPT_FUNCTION(cfree);
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 59 void cfree(void *ptr) { function
60 CHECK(!"cfree() should not be used on Windows");
asan_malloc_linux.cc 53 INTERCEPTOR(void, cfree, void *ptr) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 139 void cfree(void *p) ALIAS("free");
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 546 /*---------------------- cfree ----------------------*/
548 // cfree
550 FREE(VG_Z_LIBSTDCXX_SONAME, cfree, free );
551 FREE(VG_Z_LIBC_SONAME, cfree, free );
552 FREE(SO_SYN_MALLOC, cfree, free );
555 //FREE(VG_Z_LIBSTDCXX_SONAME, cfree, free );
556 //FREE(VG_Z_LIBC_SONAME, cfree, free );
559 FREE(VG_Z_LIBC_SONAME, cfree, free );
560 /* libumem does not implement cfree(). */
561 //FREE(VG_Z_LIBUMEM_SO_1, cfree, free )
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 638 TSAN_INTERCEPTOR(void, cfree, void *p) {
644 SCOPED_INTERCEPTOR_RAW(cfree, p);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 235 INTERCEPTOR(void, cfree, void *ptr) {
240 #define MSAN_MAYBE_INTERCEPT_CFREE INTERCEPT_FUNCTION(cfree)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 1132 `cfree`,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 1179 `cfree`,
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 1132 `cfree`,
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 1179 `cfree`,
  /external/valgrind/perf/
test_input_for_tinycc.c 705 extern void cfree (void *__ptr) __attribute__ ((__nothrow__));
    [all...]

Completed in 790 milliseconds