[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src/include/lwip mem.h
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] lwip/src/include/lwip mem.h |
Date: |
Fri, 11 May 2007 19:42:14 +0000 |
CVSROOT: /sources/lwip
Module name: lwip
Changes by: Simon Goldschmidt <goldsimon> 07/05/11 19:42:14
Modified files:
src/include/lwip: mem.h
Log message:
- Changed mem_malloc(): near fit behaves like exact fit since mem->next
is always used
- Included some more alignment statements
- Every malloced block is at least MIN_SIZE big (can be overridden, can
be used to work against fragmentation)
- Added many comments so that the next developer knows what I was
thinking :-)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/lwip/src/include/lwip/mem.h?cvsroot=lwip&r1=1.12&r2=1.13
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] lwip/src/include/lwip mem.h,
Simon Goldschmidt <=