Home
last modified time | relevance | path

Searched refs:MEM_STATS_INC_USED (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dstats.h391 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y, mem_size_t) macro
397 #define MEM_STATS_INC_USED(x, y) macro
/third_party/lwip/src/core/
Dmem.c75 #define MEM_STATS_INC_USED_LOCKED(x, y) SYS_ARCH_LOCKED(MEM_STATS_INC_USED(x, y))
916 MEM_STATS_INC_USED(used, (size + SIZEOF_STRUCT_MEM)); in mem_malloc()
926 MEM_STATS_INC_USED(used, mem->next - mem_to_ptr(mem)); in mem_malloc()