OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc_usable_size
(Results
151 - 175
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so.0.0.0
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/libr6/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/libr2/
libc.so
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/libr6/
libc.so
/external/jemalloc/
configure.ac
397
AC_MSG_CHECKING([whether
malloc_usable_size
definition can use const argument])
401
size_t
malloc_usable_size
(const void *ptr);
517
public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl mallctlnametomib mallctlbymib malloc_stats_print
malloc_usable_size
"
[
all
...]
/external/jemalloc/doc/
jemalloc.xml.in
47
<refname>
malloc_usable_size
</refname>
166
<funcdef>size_t <function>
malloc_usable_size
</function></funcdef>
437
<para>The <function>
malloc_usable_size
<parameter/></function> function
441
<function>
malloc_usable_size
<parameter/></function> function is not a
445
by <function>
malloc_usable_size
<parameter/></function> should not be
[
all
...]
/bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp
115
malloc_usable_size
,
533
"6 malloc_debug +++ ALLOCATION %p HAS INVALID TAG 1ee7d000 (
malloc_usable_size
)\n",
[
all
...]
/external/compiler-rt/lib/asan/
asan_report.cc
862
"
malloc_usable_size
() for pointer which is "
867
ReportErrorSummary("bad-
malloc_usable_size
", stack);
[
all
...]
/external/compiler-rt/lib/msan/
msan_interceptors.cc
242
INTERCEPTOR(uptr,
malloc_usable_size
, void *ptr) {
[
all
...]
/frameworks/native/vulkan/libvulkan/
driver.cpp
461
size_t old_size = ptr ?
malloc_usable_size
(ptr) : 0;
/external/valgrind/memcheck/
mc_include.h
155
SizeT MC_(
malloc_usable_size
) ( ThreadId tid, void* p );
/external/compiler-rt/lib/msan/tests/
msan_test.cc
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so
libclang_rt.asan-i686-android.so
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so
libclang_rt.asan-i686-android.so
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so
libclang_rt.asan-i686-android.so
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so
Completed in 668 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>