HomeSort by relevance Sort by last modified time
    Searched refs:malloc_usable_size (Results 26 - 50 of 50) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
malloc.h 65 malloc_usable_size(void* p);
72 programming practice. malloc_usable_size can be more useful in
76 assert(malloc_usable_size(p) >= 256);
78 extern size_t malloc_usable_size(void* block);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
malloc.h 65 malloc_usable_size(void* p);
72 programming practice. malloc_usable_size can be more useful in
76 assert(malloc_usable_size(p) >= 256);
78 extern size_t malloc_usable_size(void* block);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
malloc.h 65 malloc_usable_size(void* p);
72 programming practice. malloc_usable_size can be more useful in
76 assert(malloc_usable_size(p) >= 256);
78 extern size_t malloc_usable_size(void* block);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 140 extern size_t malloc_usable_size __MALLOC_P ((void *__ptr));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 140 extern size_t malloc_usable_size __MALLOC_P ((void *__ptr));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 140 extern size_t malloc_usable_size __MALLOC_P ((void *__ptr));
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 101 INTERCEPTOR(size_t, malloc_usable_size, void *ptr) {
  /bionic/libc/bionic/
dlmalloc.h 56 #define dlmalloc_usable_size malloc_usable_size
444 malloc_usable_size(void* p);
451 programming practice. malloc_usable_size can be more useful in
455 assert(malloc_usable_size(p) >= 256);
dlmalloc.c 693 #define dlmalloc_usable_size malloc_usable_size
    [all...]
  /external/valgrind/main/coregrind/
m_tooliface.c 302 SizeT (*malloc_usable_size) ( ThreadId, void* ),
316 VG_(tdict).tool_malloc_usable_size = malloc_usable_size;
m_mallocfree.c 2218 SizeT VG_(malloc_usable_size) ( void* p ) function
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 483 "AddressSanitizer attempting to call malloc_usable_size()";
489 EXPECT_EQ(0, malloc_usable_size(NULL));
490 EXPECT_EQ(kArraySize, malloc_usable_size(array));
491 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr));
492 EXPECT_DEATH(malloc_usable_size((void*)0x123), kMallocUsableSizeErrorMsg);
493 EXPECT_DEATH(malloc_usable_size(array + kArraySize / 2),
496 EXPECT_DEATH(malloc_usable_size(array), kMallocUsableSizeErrorMsg);
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 131 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p );
mc_malloc_wrappers.c 529 SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p ) function
mc_main.c     [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 92 10170 MALLOC_USABLE_SIZE
845 /*---------------------- malloc_usable_size ----------------------*/
847 #define MALLOC_USABLE_SIZE(soname, fnname) \
855 MALLOC_TRACE("malloc_usable_size(%p)", p ); \
866 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_usable_size);
867 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_size);
870 //MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_usable_size);
871 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_size)
    [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 469 actual_szB = VG_(malloc_usable_size)(p);
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/libffi/src/
dlmalloc.c 653 #define dlmalloc_usable_size malloc_usable_size
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 697 #define dlmalloc_usable_size malloc_usable_size
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
test_input_for_tinycc.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2521 milliseconds

12