OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usmblks
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/include/
malloc.h
49
size_t
usmblks
; /* Maximum total allocated space; greater than total if trimming has occurred. */
member in struct:mallinfo
/external/valgrind/coregrind/
pub_core_mallocfree.h
98
int
usmblks
; /* unused -- always zero */
member in struct:vg_mallinfo
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h
109
int
usmblks
; /* maximum total allocated space */
member in struct:mallinfo
/external/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
...]
/external/libffi/src/
dlmalloc.c
634
MALLINFO_FIELD_TYPE
usmblks
; /* maximum total allocated space */
member in struct:mallinfo
[
all
...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c
639
MALLINFO_FIELD_TYPE
usmblks
; /* maximum total allocated space */
member in struct:mallinfo
[
all
...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c
639
MALLINFO_FIELD_TYPE
usmblks
; /* maximum total allocated space */
member in struct:mallinfo
[
all
...]
/external/valgrind/perf/
test_input_for_tinycc.c
5633
int
usmblks
;
member in struct:mallinfo
[
all
...]
Completed in 1694 milliseconds