summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/malloc_dirtier.c (follow)
AgeCommit message (Collapse)Author
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-07-23Include missing <string.h>Sebastian Huber
2012-12-15libcsupport: Doxygen Enhancement Task #8Alex Ivanov
http://www.google-melange.com/gci/task/view/google/gci2012/7996208
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libcsupport/Makefile.am, libcsupport/include/rtems/malloc.h, libcsupport/src/free.c, libcsupport/src/malloc.c, libcsupport/src/malloc_deferred.c, libcsupport/src/malloc_initialize.c, libcsupport/src/malloc_p.h, libcsupport/src/malloc_sbrk_helpers.c, libcsupport/src/posix_memalign.c: Place all deferred free code and place it in subroutines. Add plugin for dirtying allocated memory to assist in debugging. Clean up comments and spacing as needed. * libcsupport/src/malloc_dirtier.c: New file.