summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/pheapresizeblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/pheapresizeblock.c')
-rw-r--r--cpukit/score/src/pheapresizeblock.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/cpukit/score/src/pheapresizeblock.c b/cpukit/score/src/pheapresizeblock.c
index 45e7861509..c229f31731 100644
--- a/cpukit/score/src/pheapresizeblock.c
+++ b/cpukit/score/src/pheapresizeblock.c
@@ -1,4 +1,12 @@
/**
+ * @file
+ *
+ * @ingroup ScoreProtHeap
+ *
+ * @brief Protected Heap Handler implementation.
+ */
+
+/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
@@ -19,12 +27,12 @@
bool _Protected_heap_Resize_block(
Heap_Control *the_heap,
void *starting_address,
- intptr_t size
+ uintptr_t size
)
{
Heap_Resize_status status;
- intptr_t old_mem_size;
- intptr_t avail_mem_size;
+ uintptr_t old_mem_size;
+ uintptr_t avail_mem_size;
_RTEMS_Lock_allocator();
status = _Heap_Resize_block(