]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commit
Introduced the option MEM_USE_POOLS to use 4 pools with different sized elements...
authorgoldsimon <goldsimon>
Thu, 21 Jun 2007 20:12:11 +0000 (20:12 +0000)
committergoldsimon <goldsimon>
Thu, 21 Jun 2007 20:12:11 +0000 (20:12 +0000)
commit0c18e653e80821bbaee498576942c73e111a036b
tree9661ebb8ed43705c7623b36abe27dacb26ef783b
parent065b8c945b2c0ae370491212f1c34dbc82467ac5
Introduced the option MEM_USE_POOLS to use 4 pools with different sized elements instead of a heap. This both prevents memory fragmentation and gives a higher speed at the cost of more memory consumption. Turned off by default.
CHANGELOG
src/core/mem.c
src/core/memp.c
src/include/lwip/mem.h
src/include/lwip/memp.h
src/include/lwip/opt.h