summaryrefslogtreecommitdiff
path: root/src/mem.c
AgeCommit message (Expand)Author
2017-01-12Update copyright rangesLukas Fleischer
2016-01-30Update copyright rangesLukas Fleischer
2015-02-07Update copyright rangesLukas Fleischer
2014-07-27Do not error out when calling xfree(NULL)Lukas Fleischer
2013-04-14Use tabs instead of spaces for indentationLukas Fleischer
2013-02-04Update copyright rangesLukas Fleischer
2012-05-21Switch to Linux kernel coding styleLukas Fleischer
2012-04-21src/mem.c: Skip dbg_*() if memory stats are disabledLukas Fleischer
2012-04-06src/mem.c: Fix putchar() parameterLukas Fleischer
2012-03-26Update copyright rangesLukas Fleischer
2012-02-19Remove all usages of bzero() and bcopy()Lukas Fleischer
2011-11-02Make use of the NULL macroLukas Fleischer
2011-11-02Avoid use of printf()/fprintf()Lukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-05Fix bad use of unsigned integers.Lukas Fleischer
2011-04-05Compare pointers to "NULL" instead of "0".Lukas Fleischer
2011-04-03Remove dead assignments spotted by clang-analyzer.Lukas Fleischer
2011-03-14Overall indentation fixes.Lukas Fleischer
2011-03-04Update website links to match the new URL.Lukas Fleischer
2011-03-04Update mail addresses to match the new mailing lists.Lukas Fleischer
2011-03-03Remove CVS "$Id" headers.Lukas Fleischer
2010-03-20All headers gathered into a single one. Typedefs suppressed.Frederic Culot
2009-07-19No need to double check for null pointer when freeing memory.Frederic Culot
2009-07-12New wrappers around memory functions.Frederic Culot
2009-07-05Switch to BSD license.Frederic Culot
2009-01-03more code cleanupFrederic Culot
2009-01-02various bugfixesFrederic Culot
2008-12-28new files to monitor memory usageFrederic Culot