Searched refs:STATS_INC_USED (Results 1 – 1 of 1) sorted by relevance
311 #define STATS_INC_USED(x, y, type) do { lwip_stats.x.used = (type)(lwip_stats.x.used + y); \ macro321 #define STATS_INC_USED(x, y, type)391 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y, mem_size_t)415 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1, STAT_COUNTER)