mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 20:54:18 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user