[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/core mem.c
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/core mem.c |
Date: |
Wed, 28 Nov 2007 18:24:08 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 07/11/28 18:24:08
Modified files:
src/core : mem.c
Log message:
mem_malloc with MEM_USE_POOLS=1: if size > size of biggest pool and
custom pools (in addition to the MEM_POOLs) were defined, the first custom pool
was used instead of asserting
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/core/mem.c?cvsroot=lwip&r1=1.54&r2=1.55