OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mallinfo
(Results
1 - 25
of
52
) sorted by null
1
2
3
/bionic/libc/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/development/ndk/platforms/android-3/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
malloc.h
48
struct
mallinfo
{
struct
61
extern struct
mallinfo
mallinfo
(void);
97
More information can be obtained by calling
mallinfo
.
/frameworks/base/core/jni/
android_os_Debug.cpp
64
struct
mallinfo
info =
mallinfo
();
74
struct
mallinfo
info =
mallinfo
();
84
struct
mallinfo
info =
mallinfo
();
android_database_SQLiteDebug.cpp
59
struct
mallinfo
info = mspace_mallinfo(sqlite3_get_mspace());
60
struct
mallinfo
info = dlmallinfo();
77
struct
mallinfo
info = mspace_mallinfo(sqlite3_get_mspace());
87
struct
mallinfo
info = mspace_mallinfo(sqlite3_get_mspace());
/system/core/include/cutils/
mspace.h
25
/* It's a pain getting the
mallinfo
stuff to work
28
* TODO: make
mallinfo
work
/bionic/libc/bionic/
dlmalloc.h
17
your system defines a struct
mallinfo
that is incompatible with the
48
#define dlmallinfo
mallinfo
173
value. Unlike
mallinfo
, this function returns only a precomputed
217
by malloc, realloc etc., is less than this value. Unlike
mallinfo
,
227
mallinfo
()
253
struct
mallinfo
{
struct
268
struct
mallinfo
dlmallinfo(void);
476
More information can be obtained by calling
mallinfo
.
626
mspace_mallinfo behaves as
mallinfo
, but reports properties of
629
struct
mallinfo
mspace_mallinfo(mspace msp)
[
all
...]
malloc_debug_common.c
194
struct
mallinfo
mallinfo
()
function
dlmalloc.c
178
All operations (except malloc_stats and
mallinfo
) have execution
300
execution noticeably. Calling malloc_stats or
mallinfo
with DEBUG
383
If defined, don't compile "
mallinfo
". This can be a simple way
388
The type of the fields in the
mallinfo
struct. This was originally
616
/* ------------------------
Mallinfo
declarations ------------------------ */
620
This version of malloc supports the standard SVID/XPG
mallinfo
623
/usr/include/malloc.h defining struct
mallinfo
. The main
624
declaration needed is the
mallinfo
struct that is returned (by-copy)
625
by
mallinfo
(). The malloinfo struct contains a bunch of fields that
627
are instead filled by
mallinfo
() with other numbers that might be o
648
struct
mallinfo
{
struct
[
all
...]
/dalvik/vm/alloc/
HeapDebug.c
224
* [35-24]
mallinfo
: total allocated space
238
struct
mallinfo
mi;
242
mi =
mallinfo
();
246
//LOGD("
mallinfo
+footprint took %dusec; used=%zd footprint=%zd\n",
/external/skia/src/core/
SkUtils.cpp
462
struct
mallinfo
mi =
mallinfo
();
471
struct
mallinfo
mi =
mallinfo
();
/system/core/libcutils/
mspace.c
16
/* It's a pain getting the
mallinfo
stuff to work
19
* TODO: make
mallinfo
work
/external/e2fsprogs/e2fsck/
util.c
319
struct
mallinfo
malloc_info;
331
malloc_info =
mallinfo
();
/dalvik/tools/
gclog.py
123
# [35-24]
mallinfo
: total allocated space
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.txt
672
mallinfo
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.txt
703
mallinfo
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.txt
736
mallinfo
/system/core/logcat/
event.logtags
99
# [35-24]
mallinfo
: total allocated space
/external/libffi/src/
dlmalloc.c
151
All operations (except malloc_stats and
mallinfo
) have execution
273
execution noticeably. Calling malloc_stats or
mallinfo
with DEBUG
356
If defined, don't compile "
mallinfo
". This can be a simple way
361
The type of the fields in the
mallinfo
struct. This was originally
586
/* ------------------------
Mallinfo
declarations ------------------------ */
590
This version of malloc supports the standard SVID/XPG
mallinfo
593
/usr/include/malloc.h defining struct
mallinfo
. The main
594
declaration needed is the
mallinfo
struct that is returned (by-copy)
595
by
mallinfo
(). The malloinfo struct contains a bunch of fields that
597
are instead filled by
mallinfo
() with other numbers that might be o
617
struct
mallinfo
{
struct
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c
187
All operations (except malloc_stats and
mallinfo
) have execution
309
execution noticeably. Calling malloc_stats or
mallinfo
with DEBUG
392
If defined, don't compile "
mallinfo
". This can be a simple way
397
The type of the fields in the
mallinfo
struct. This was originally
630
/* ------------------------
Mallinfo
declarations ------------------------ */
634
This version of malloc supports the standard SVID/XPG
mallinfo
637
/usr/include/malloc.h defining struct
mallinfo
. The main
638
declaration needed is the
mallinfo
struct that is returned (by-copy)
639
by
mallinfo
(). The malloinfo struct contains a bunch of fields that
641
are instead filled by
mallinfo
() with other numbers that might be o
661
struct
mallinfo
{
struct
[
all
...]
Completed in 967 milliseconds
1
2
3