HomeSort by relevance Sort by last modified time
    Searched full:malloc_usable_size (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_gcc_and_weak.h 98 size_t malloc_usable_size(const void* p) __THROW
101 size_t malloc_usable_size(void* p) __THROW ALIAS(tc_malloc_size);
libc_override_redefine.h 86 size_t malloc_usable_size(void* p) __THROW { return tc_malloc_size(p); }
  /bionic/libc/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /development/ndk/platforms/android-L/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /external/jemalloc/include/jemalloc/
jemalloc_protos.h.in 36 JEMALLOC_EXPORT size_t @je_@malloc_usable_size(
jemalloc.h 20 * size_t malloc_usable_size(const void *ptr);
191 # define malloc_usable_size je_malloc_usable_size macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
malloc.h 36 extern size_t malloc_usable_size(const void* p);
  /external/jemalloc/include/jemalloc/internal/
valgrind.h 13 * practice to consider any extra bytes reported by malloc_usable_size() as
  /external/jemalloc/test/integration/
aligned_alloc.c 102 total += malloc_usable_size(ps[i]);
allocated.c 69 usize = malloc_usable_size(p);
posix_memalign.c 96 total += malloc_usable_size(ps[i]);
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 92 10170 MALLOC_USABLE_SIZE
    [all...]
  /external/valgrind/main/include/
pub_tool_mallocfree.h 50 extern SizeT VG_(malloc_usable_size)( void* p );
63 // In particular, do *not* call VG_(free) or VG_(malloc_usable_size)
  /bionic/libc/bionic/
ndk_cruft.cpp 316 // Old versions of the NDK did not export malloc_usable_size, but did
318 // so make this call malloc_usable_size.
320 return malloc_usable_size(ptr);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
tcmalloc.h 102 // glibc: malloc_usable_size()
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_gcc_and_weak.h 90 size_t malloc_usable_size(void* p) __THROW ALIAS(tc_malloc_size);
libc_override_redefine.h 86 size_t malloc_usable_size(void* p) __THROW { return tc_malloc_size(p); }
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
tcmalloc.h 102 // glibc: malloc_usable_size()
  /sdk/emulator/opengl/shared/emugl/common/
pod_vector.cpp 107 size_t usableSize = malloc_usable_size(mBegin);
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 130 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
290 INTERCEPT_FUNCTION(malloc_usable_size);

Completed in 1419 milliseconds

1 2 34 5 6 7 8 9