OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEM_STATS_DEC_USED
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
stats.h
235
#define
MEM_STATS_DEC_USED
(x, y) lwip_stats.mem.x -= y
241
#define
MEM_STATS_DEC_USED
(x, y)
/external/syslinux/core/lwip/src/core/
mem.c
345
MEM_STATS_DEC_USED
(used, mem->next - (mem_size_t)(((u8_t *)mem - ram)));
443
MEM_STATS_DEC_USED
(used, (size - newsize));
465
MEM_STATS_DEC_USED
(used, (size - newsize));
Completed in 126 milliseconds