/bionic/libc/bionic/ |
malloc_debug_common.cpp | 71 Malloc(malloc_usable_size), 262 extern "C" size_t malloc_usable_size(const void* mem) { function 263 return __libc_malloc_dispatch->malloc_usable_size(mem); 316 InitMallocFunction<MallocDebugMallocUsableSize>(malloc_impl_handler, &table->malloc_usable_size, prefix, "malloc_usable_size"); 468 (malloc_dispatch_table.malloc_usable_size == NULL) ||
|
malloc_debug_leak.cpp | 226 size_t bytes = g_malloc_dispatch->malloc_usable_size(mem); 232 size_t oldSize = g_malloc_dispatch->malloc_usable_size(mem); 236 size_t newSize = g_malloc_dispatch->malloc_usable_size(newMem); 255 return g_malloc_dispatch->malloc_usable_size(mem); 390 return g_malloc_dispatch->malloc_usable_size(mem); 410 size_t ret = g_malloc_dispatch->malloc_usable_size(header);
|
malloc_debug_common.h | 96 MallocDebugMallocUsableSize malloc_usable_size; member in struct:MallocDebug
|
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 403 "AddressSanitizer: attempting to call malloc_usable_size()"; 409 EXPECT_EQ(0U, malloc_usable_size(NULL)); 410 EXPECT_EQ(kArraySize, malloc_usable_size(array)); 411 EXPECT_EQ(sizeof(int), malloc_usable_size(int_ptr)); 412 EXPECT_DEATH(malloc_usable_size((void*)0x123), kMallocUsableSizeErrorMsg); 413 EXPECT_DEATH(malloc_usable_size(array + kArraySize / 2), 416 EXPECT_DEATH(malloc_usable_size(array), kMallocUsableSizeErrorMsg); [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 64 #define dlmalloc_usable_size malloc_usable_size 508 malloc_usable_size(void* p); 515 programming practice. malloc_usable_size can be more useful in 519 assert(malloc_usable_size(p) >= 256);
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
libc.so.functions.txt | 508 malloc_usable_size
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
libc.so.functions.txt | 509 malloc_usable_size
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
libc.so.functions.txt | 508 malloc_usable_size
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
tcmalloc.h | 112 // glibc: malloc_usable_size()
|
tcmalloc.h.in | 102 // glibc: malloc_usable_size()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/ |
tcmalloc.h.in | 102 // glibc: malloc_usable_size()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
tcmalloc.h.in | 102 // glibc: malloc_usable_size()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/ |
tcmalloc.h.in | 102 // glibc: malloc_usable_size()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 141 void malloc_usable_size() { function
|
/external/qemu/android/base/containers/ |
PodVector.cpp | 125 size_t usableSize = malloc_usable_size(mBegin);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
malloc.h | 143 extern size_t malloc_usable_size __MALLOC_P ((void *__ptr));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
malloc.h | 143 extern size_t malloc_usable_size __MALLOC_P ((void *__ptr));
|
/development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib32/ |
libc.so | |
/external/chromium_org/native_client_sdk/src/tools/lib/tests/data/ |
test_static_arm.nexe | |
/external/valgrind/main/coregrind/ |
m_tooliface.c | 325 SizeT (*malloc_usable_size) ( ThreadId, void* ), 339 VG_(tdict).tool_malloc_usable_size = malloc_usable_size;
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/ |
libc.so | |
/development/ndk/platforms/android-L/arch-arm/symbols/ |
libc.so.functions.txt | 724 malloc_usable_size
|
/development/ndk/platforms/android-L/arch-mips/symbols/ |
libc.so.functions.txt | 614 malloc_usable_size
|