Home
last modified time | relevance | path

Searched refs:total_free_heap_space (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dtest-mallinfo.c18 static int stats_from_mallinfo(malloc_thread_stats_t *stats, long long *total_free_heap_space, int use_mallinfo2) in stats_from_mallinfo() argument
23 *total_free_heap_space = info.fordblks; in stats_from_mallinfo()
32 *total_free_heap_space = info.fordblks; in stats_from_mallinfo()
H A Dtest-malloc-stats-print.c78 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space) in populate_total_free_heap_space() argument
85 return parse_amount(&free_heap_space_start, total_free_heap_space); in populate_total_free_heap_space()
H A Dtest-malloc-info.c123 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space) in populate_total_free_heap_space() argument
129 xmlNodePtr heap_space_root = find_child_node("total_free_heap_space", xmlDocGetRootElement(doc_ptr)); in populate_total_free_heap_space()
136 *total_free_heap_space = total_free_heap_space_parsed; in populate_total_free_heap_space()
H A Dtest-malloc-info-stats-print.h45 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space);

Completed in 3 milliseconds