]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/mem.h
Use FreeRTOS heap instead of LwIP heap
[pes-rpp/rpp-lwip.git] / src / include / lwip / mem.h
2019-09-01 JakubUse FreeRTOS heap instead of LwIP heap master personal/nejedjak/master personal/sojka/for-master
2011-09-24 Simon Goldschmidtfixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_...
2011-04-29 goldsimonUsed upper case 'L' instead of lower case 'l' for long...
2010-03-26 goldsimonAdded printf format modifier for mem_size_t depending...
2010-02-21 goldsimontask #10140: Remove DNS_USES_STATIC_BUF (keep the imple...
2010-02-19 goldsimonRenamed mem_realloc() to mem_trim() to prevent confusio...
2010-02-12 goldsimonAdded comment about mem_realloc() vs. realloc()
2010-02-12 goldsimonFixed bug #28866 (mem_realloc function defined in mem.h)
2009-07-28 goldsimonFixed bug #27105: "realloc() cannot replace mem_realloc...
2008-05-30 kieranmFix BUG#23254. Change macro definition of mem_* to...
2008-03-04 jifl * mem.c, stats.c, mem.h: apply patch #6414 to avoid...
2007-11-28 jgrubbMinor change: remove unused #define
2007-09-15 fbernonFix "bug #21075 : pbuf_realloc() use with PBUF_RAM...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-17 fbernonMinor changes (tabs, ident, coding style...)
2007-08-16 marcbouAdded mem_calloc().
2007-06-21 goldsimonIntroduced the option MEM_USE_POOLS to use 4 pools...
2007-06-13 fbernonopt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj...
2007-05-11 goldsimon- Changed mem_malloc(): near fit behaves like exact...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2007-05-08 goldsimonIf MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_mall...
2006-12-01 christiaansAdded MEM_LIBC_MALLOC option as workaround for failing...
2006-06-15 christiaansFixed cold case bug #1748, printing of mem_size_t and...
2006-05-31 curtmcdRemove unused mem_reallocm
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-05-18 likewiseApplied patches posted by Marc Boucher on lwip-users...
2003-05-06 janisimplify MEM_ALIGN_SIZE macro
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-10-19 likewiseInitial revision