HomeSort by relevance Sort by last modified time
    Searched refs:stats_display_mem (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
stats.c 113 stats_display_mem(struct stats_mem *mem, char *name) function
131 stats_display_mem(mem, memp_names[index]);
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 236 #define MEM_STATS_DISPLAY() stats_display_mem(&lwip_stats.mem, "HEAP")
276 void stats_display_mem(struct stats_mem *mem, char *name);
283 #define stats_display_mem(mem, name) macro

Completed in 46 milliseconds