summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/malloc_deferred.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-01cpukit/libcsupport/src/[g-r]*: Change license to BSD-2Joel Sherrill1-3/+22
2021-05-06Return NULL for zero size allocationsSebastian Huber1-0/+4
2021-05-04Make zero size allocation result consistentSebastian Huber1-4/+0
2021-04-20libcsupport: Move rtems_calloc()Sebastian Huber1-15/+0
2020-07-24malloc: Make deferred free support optionalSebastian Huber1-37/+3
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2018-11-12Add rtems_malloc() and rtems_calloc()Sebastian Huber1-0/+25
2016-07-22score: Add debug support to chainsSebastian Huber1-1/+5
2016-04-06malloc: Avoid memory leaks during task deleteSebastian Huber1-1/+3
2016-04-06malloc: Fix early realloc() allocationSebastian Huber1-1/+1
2016-03-01malloc: Fix function definitionSebastian Huber1-1/+1
2016-02-25malloc: Add _Malloc_System_state()Sebastian Huber1-5/+63
2016-02-25malloc: Use dedicated lock for deferred freesSebastian Huber1-9/+26
2016-02-25malloc: Clean up "malloc_p.h" header fileSebastian Huber1-1/+1
2014-11-25libcsupport: malloc_is_system_state_OK()Sebastian Huber1-4/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber1-0/+2
2013-07-18libcsupport: Do not use _ISR_Nest_levelSebastian Huber1-3/+0
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber1-1/+1
2012-12-11libcsupport: GCI Doxygen Task #7Alex Ivanov1-0/+7
2012-10-25libcsupport: malloc_deferred_frees_initialize()Sebastian Huber1-6/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-04-212011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett1-1/+1
2008-09-01Convert using "bool".Ralf Corsepius1-4/+4
2008-07-032008-07-03 Chris Johns <chrisj@rtems.org>Chris Johns1-5/+5
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+9
2007-12-192007-12-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+53