MIN_SIZE is only used within LwIP.
 
Symbols
loading...
Files
loading...

MIN_SIZE macro

All allocated blocks will be MIN_SIZE bytes big, at least! MIN_SIZE can be overridden to suit your needs. Smaller values save space, larger values could prevent too small blocks to fragment the RAM too much.

Syntax

#define MIN_SIZE 12

References

LocationText
mem.c:366
#define MIN_SIZE 12
mem.c:369