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

1 2 3 4 56 7 8 9

  /development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt 610 malloc_usable_size
  /external/qemu/android/base/
String.cpp 244 size_t usableSize = malloc_usable_size(mStr);
  /external/jemalloc/
ChangeLog 208 - Drop const from malloc_usable_size() argument on Linux.
293 - Check for NULL pointer in malloc_usable_size().
437 realloc(), malloc_usable_size(), and free(). These functions can be used to
configure.ac 360 AC_MSG_CHECKING([whether malloc_usable_size definition can use const argument])
364 size_t malloc_usable_size(const void *ptr);
450 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx nallocx mallctl mallctlnametomib mallctlbymib malloc_stats_print malloc_usable_size"
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h 205 size_t malloc_usable_size(void* p) { return tc_malloc_size(p); } function
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h 205 size_t malloc_usable_size(void* p) { return tc_malloc_size(p); } function
  /external/qemu/android/base/containers/
PodVector.h 26 // use ::memmove() to move items, and also malloc_usable_size() to
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 277 * Wrapper for malloc_usable_size() / malloc_size(). This function takes
  /sdk/emulator/opengl/shared/emugl/common/
pod_vector.h 37 // use ::memmove() to move items, and also malloc_usable_size() to
  /bionic/libc/bionic/
malloc_debug_check.cpp 548 return g_malloc_dispatch->malloc_usable_size(ptr);
551 // malloc_usable_size returns 0 for NULL and unknown blocks.
malloc_debug_qemu.cpp     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/
libc.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libc.so 
  /external/compiler-rt/lib/asan/
asan_report.cc 693 "malloc_usable_size() for pointer which is "
698 ReportErrorSummary("bad-malloc_usable_size", stack);
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in 46 <refname>malloc_usable_size</refname>
160 <funcdef>size_t <function>malloc_usable_size</function></funcdef>
400 <para>The <function>malloc_usable_size<parameter/></function> function
404 <function>malloc_usable_size<parameter/></function> function is not a
408 by <function>malloc_usable_size<parameter/></function> should not be
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 211 INTERCEPTOR(uptr, malloc_usable_size, void *ptr) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 281 // This is equivalent to malloc_size() in OS X, malloc_usable_size()
  /external/chromium_org/third_party/tcmalloc/vendor/
NEWS 206 support for `malloc_usable_size()` as a glibc-compatible alias to

Completed in 1334 milliseconds

1 2 3 4 56 7 8 9