summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/heap.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 15:39:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 15:39:59 +0000
commitf56f8e298ad748ea51b53184936bf953ba55db13 (patch)
tree9fbc08b665988dec22ebbbb1cc36efde6bf6fddd /cpukit/score/include/rtems/score/heap.h
parent2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-f56f8e298ad748ea51b53184936bf953ba55db13.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/heap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h
index 286cc94218..d5a37af52a 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/score/include/rtems/score/heap.h
@@ -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