Lines Matching refs:pool
286 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented
345 * opt.h, memp_std.h, memp.c, ppp_oe.h/.c: PPPoE now uses its own MEMP pool
350 MEMP pool instead of the heap
482 * opt.h, memp_std.h, dns.h, netdb.c, memp.c: Let netdb use a memp pool
1012 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty
1148 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
1176 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
1406 RECV_BUFSIZE_DEFAULT (fixes bug #23726: pbuf pool exhaustion on slow recv())
1415 out of pool pbufs.
1939 each pool element (increasing their size, of course), filling them with a
1941 Set it to 2 to also check every element in every pool each time memp_malloc()
1945 * opt.h, memp.h, memp.c, pbuf.c (see task #6831): use a new memp pool for
1946 PBUF_POOL pbufs instead of the old pool implementation in pbuf.c to reduce
2308 assumptions clash with the possibility of converting to fully pool-based
2469 to save a little RAM (next pointer of memp is not used while not in pool).
2990 * Fixed pool pbuf memory leak in pbuf_alloc().
3021 pbuf_refresh(). This has sped up pbuf pool operations considerably.
3252 * The memory, memory pool, and packet buffer subsystems now support