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

  /external/eigen/unsupported/test/mpreal/
dlmalloc.h 58 #define dlmalloc_usable_size malloc_usable_size macro
410 size_t dlmalloc_usable_size(void*);
dlmalloc.c 771 #define dlmalloc_usable_size macro
4939 size_t dlmalloc_usable_size(void* mem) { function
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.h 64 #define dlmalloc_usable_size malloc_usable_size macro
521 size_t dlmalloc_usable_size(const void*);
malloc.c 829 #define dlmalloc_usable_size macro
5407 size_t dlmalloc_usable_size(const void* mem) { function
    [all...]
  /bionic/libc/bionic/
malloc_debug_leak.cpp 226 size_t bytes = dlmalloc_usable_size(mem);
237 size_t old_size = dlmalloc_usable_size(mem);
malloc_debug_common.cpp 194 return dlmalloc_usable_size(mem);
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 911 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, dlmalloc_usable_size);
912 MALLOC_USABLE_SIZE(SO_SYN_MALLOC, dlmalloc_usable_size);
    [all...]
  /external/libffi/src/
closures.c 168 static size_t dlmalloc_usable_size(void*) MAYBE_UNUSED;
dlmalloc.c 653 #define dlmalloc_usable_size malloc_usable_size macro
4387 size_t dlmalloc_usable_size(void* mem) { function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 697 #define dlmalloc_usable_size malloc_usable_size macro
4397 size_t dlmalloc_usable_size(void* mem) { function
    [all...]

Completed in 255 milliseconds