task #6831: removed the option PBUF_POOL_USES_MEMP and removed the old pbuf pool code, pbuf pool now always allocates from a memp pool

This commit is contained in:
goldsimon
2007-05-13 18:17:22 +00:00
parent a5e2e9ea03
commit 62d705903e
5 changed files with 7 additions and 137 deletions

View File

@@ -24,9 +24,9 @@ HISTORY
++ New features:
2007-05-10 Simon Goldschmidt
* opt.h, memp.h, memp.c, pbuf.c (see task #6831): Included new option
PBUF_POOL_USES_MEMP to use a memp pool for PBUF_POOL pbufs instead of the
old pool implementation in pbuf.c to remove redundant code.
* opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
PBUF_POOL pbufs instead of the old pool implementation in pbuf.c to reduce
code size.
2007-05-11 Frédéric Bernon
* sockets.c, api_lib.c, api_msg.h, api_msg.c, netifapi.h, netifapi.c, tcpip.c: