OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usmblks
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/
malloc.h
46
size_t
usmblks
; /* Maximum total allocated space; greater than total if trimming has occurred. */
member in struct:mallinfo
/development/ndk/platforms/android-3/include/
malloc.h
49
size_t
usmblks
;
member in struct:mallinfo
/development/ndk/platforms/android-L/include/
malloc.h
46
size_t
usmblks
; /* Maximum total allocated space; greater than total if trimming has occurred. */
member in struct:mallinfo
/bionic/libc/upstream-dlmalloc/
malloc.h
89
MALLINFO_FIELD_TYPE
usmblks
; /* maximum total allocated space */
member in struct:mallinfo
315
usmblks
: the maximum total allocated space. This will be greater
malloc.c
769
MALLINFO_FIELD_TYPE
usmblks
; \/* maximum total allocated space *\/
member in struct:mallinfo
[
all
...]
Completed in 85 milliseconds