That macro allocates pools of X elements with Y bytes each.
It allocates (14 * 75) + (6 * 225) + (1 * 525) + (3 * 1540) bytes plus
a little offset for administration, so roughly 7,5 kB.
Is that memory being allocated by the linker in either the .data or .bss
sections or is it pulled from the heap using malloc()?
They also seem like some really weird combinations of numbers and appear
to be one of those things that never got documented anywhere. Any
guesses?
-Andy.
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users