2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>

* libcsupport/src/rtems_memalign.c, score/include/rtems/score/heap.h:
	Remove stray references to malloc boundary.
This commit is contained in:
Joel Sherrill
2010-07-01 15:39:59 +00:00
parent 5ef1164ca3
commit f56f8e298a
3 changed files with 5 additions and 9 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/rtems_memalign.c, score/include/rtems/score/heap.h:
Remove stray references to malloc boundary.
2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1594/filesystem
-8
View File
@@ -66,14 +66,6 @@ int rtems_memalign(
if ( rtems_malloc_statistics_helpers )
(*rtems_malloc_statistics_helpers->at_malloc)(pointer);
#if defined(RTEMS_MALLOC_BOUNDARY_HELPERS)
/*
* If configured, set the boundary area
*/
if (rtems_malloc_boundary_helpers)
(*rtems_malloc_boundary_helpers->at_malloc)(return_this, size);
#endif
*pointer = return_this;
return 0;
}
-1
View File
@@ -539,7 +539,6 @@ Heap_Block *_Heap_Block_allocate(
#ifdef RTEMS_DEBUG
#define RTEMS_HEAP_DEBUG
#define RTEMS_MALLOC_BOUNDARY_HELPERS
#endif
#ifdef RTEMS_HEAP_DEBUG