Files
rtems/cpukit
Joel Sherrill 493e405cac 2007-09-12 Sergei Organov <osv@javad.com>
PR 1258/rtems
	* cpukit/score/src/heapallocatealigned.c (block_allocate): New routine.
	* cpukit/score/src/heapallocatealigned.c (_Heap_Allocate_aligned):
	Use block_allocate() instead of _Heap_Block_allocate(). Replace
	_Heap_Head(the_heap)->next with equivalent _Heap_First(the_heap).
	* cpukit/score/src/heap.c (_Heap_Allocate): fix comments according
	to changed block split strategy in _Heap_Allocate_aligned().
2007-09-12 20:11:33 +00:00
..
2007-08-07 14:39:50 +00:00
2006-10-16 15:58:13 +00:00
2007-04-13 04:06:35 +00:00
2007-01-08 08:43:28 +00:00
2007-06-12 15:57:48 +00:00