OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc_stats
(Results
1 - 25
of
69
) sorted by null
1
2
3
/external/compiler-rt/lib/asan/
asan_stats.cc
121
void FillMallocStatistics(AsanMallocStats *
malloc_stats
) {
124
malloc_stats
->blocks_in_use = accumulated_stats.mallocs;
125
malloc_stats
->size_in_use = accumulated_stats.malloced;
126
malloc_stats
->max_size_in_use = max_malloced_memory;
127
malloc_stats
->size_allocated = accumulated_stats.mmaped;
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
malloc.h
81
malloc_stats
();
96
malloc_stats
prints only the most commonly interesting statistics.
99
extern void
malloc_stats
(void);
/external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc
85
malloc_stats
();
/external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c
123
*
MALLOC_STATS
enables statistics calculation, and is required for
126
#define
MALLOC_STATS
645
#ifdef
MALLOC_STATS
725
#endif /* #ifdef
MALLOC_STATS
*/
940
#ifdef
MALLOC_STATS
959
#ifdef
MALLOC_STATS
1079
#ifdef
MALLOC_STATS
1142
#ifdef
MALLOC_STATS
1181
#ifdef
MALLOC_STATS
[
all
...]
/external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c
116
*
MALLOC_STATS
enables statistics calculation, and is required for
119
#define
MALLOC_STATS
638
#ifdef
MALLOC_STATS
718
#endif /* #ifdef
MALLOC_STATS
*/
933
#ifdef
MALLOC_STATS
952
#ifdef
MALLOC_STATS
1072
#ifdef
MALLOC_STATS
1135
#ifdef
MALLOC_STATS
1174
#ifdef
MALLOC_STATS
[
all
...]
Completed in 6590 milliseconds
1
2
3