Home
last modified time | relevance | path

Searched refs:malloc_stats (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/
A Dmalloc.h934 #define malloc_stats dlmalloc_stats macro
972 void malloc_stats(void);
986 void malloc_stats();
/u-boot/common/
A Ddlmalloc.c26 void malloc_stats (void);
29 void malloc_stats();
2400 void malloc_stats(void) in malloc_stats() function
A Ddlmalloc.src62 malloc_stats();
255 #include <stdio.h> /* needed for malloc_stats */
276 noticeably. Calling malloc_stats or mallinfo with DEBUG set will
564 information you can get from malloc_stats. It should work on
910 void malloc_stats();
924 void malloc_stats();
3036 /* Utility to update current_mallinfo for malloc_stats and mallinfo() */
3080 malloc_stats:
3093 void malloc_stats()

Completed in 18 milliseconds