/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | tcmalloc.h | 56 extern "C" void cfree(void* ptr) __THROW;
|
D | libc_override_redefine.h | 73 void cfree(void* p) __THROW { tc_cfree(p); } in cfree() function
|
D | libc_override_gcc_and_weak.h | 85 void cfree(void* ptr) __THROW ALIAS(tc_cfree);
|
D | libc_override_osx.h | 199 void cfree(void* p) { tc_cfree(p); } in cfree() function
|
D | config.h.in | 17 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | tcmalloc.h | 56 extern "C" void cfree(void* ptr) __THROW;
|
D | libc_override_redefine.h | 73 void cfree(void* p) __THROW { tc_cfree(p); } in cfree() function
|
D | libc_override_gcc_and_weak.h | 78 void cfree(void* ptr) __THROW ALIAS(tc_cfree);
|
D | libc_override_osx.h | 199 void cfree(void* p) { tc_cfree(p); } in cfree() function
|
D | config.h.in | 17 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 138 INTERCEPTOR(void, cfree, void *p) ALIAS("free"); 261 INTERCEPT_FUNCTION(cfree); in InitializeInterceptors()
|
/external/chromium/base/allocator/ |
D | generic_allocators.cc | 78 void cfree(void* p) __THROW { in cfree() function
|
/external/chromium_org/base/allocator/ |
D | generic_allocators.cc | 78 void cfree(void* p) __THROW { in cfree() function
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_win.cc | 44 void cfree(void *ptr) { in cfree() function
|
D | asan_malloc_linux.cc | 68 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 137 void cfree(void *p) ALIAS("free");
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 462 FREE(VG_Z_LIBSTDCXX_SONAME, cfree, free ); 463 FREE(VG_Z_LIBC_SONAME, cfree, free ); 464 FREE(SO_SYN_MALLOC, cfree, free );
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | tcmalloc_unittest.cc | 100 # define cfree free // don't bother to try to test these obsolete fns macro 1070 cfree(p1); // synonym for free in RunAllTests()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | tcmalloc_unittest.cc | 100 # define cfree free // don't bother to try to test these obsolete fns macro 1070 cfree(p1); // synonym for free in RunAllTests()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 479 TSAN_INTERCEPTOR(void, cfree, void *p) { in TSAN_INTERCEPTOR() argument 485 SCOPED_INTERCEPTOR_RAW(cfree, p); in TSAN_INTERCEPTOR() 1926 TSAN_INTERCEPT(cfree); in InitializeInterceptors()
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | Makefile.am | 29 -fno-builtin-calloc -fno-builtin-cfree \ 89 WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \
|
D | configure.ac | 159 AC_CHECK_DECLS([cfree,
|
D | Makefile.in | 53 @GCC_TRUE@ -fno-builtin-calloc -fno-builtin-cfree \ 1901 @HAVE_OBJCOPY_WEAKEN_TRUE@WEAKEN = $(OBJCOPY) -W malloc -W free -W realloc -W calloc -W cfree \
|
/external/valgrind/main/perf/ |
D | test_input_for_tinycc.c | 705 extern void cfree (void *__ptr) __attribute__ ((__nothrow__)); 5604 extern void cfree (void * __ptr) __attribute__ ((__nothrow__));
|