aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-108/+88
* src/mem.c: Skip dbg_*() if memory stats are disabledLukas Fleischer2012-04-211-45/+48
* src/mem.c: Fix putchar() parameterLukas Fleischer2012-04-061-1/+1
* Update copyright rangesLukas Fleischer2012-03-261-1/+1
* Remove all usages of bzero() and bcopy()Lukas Fleischer2012-02-191-2/+2
* Make use of the NULL macroLukas Fleischer2011-11-021-8/+8
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-7/+7
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Fix bad use of unsigned integers.Lukas Fleischer2011-04-051-2/+0
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-12/+12
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-1/+0
* Overall indentation fixes.Lukas Fleischer2011-03-141-22/+22
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-1/+1
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-16/+14
* No need to double check for null pointer when freeing memory.Frederic Culot2009-07-191-2/+2
* New wrappers around memory functions.Frederic Culot2009-07-121-14/+78
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* more code cleanupFrederic Culot2009-01-031-6/+6
* various bugfixesFrederic Culot2009-01-021-2/+3
* new files to monitor memory usageFrederic Culot2008-12-281-0/+248