summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/Unlimited.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/Unlimited.txt')
-rw-r--r--cpukit/score/src/Unlimited.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/src/Unlimited.txt b/cpukit/score/src/Unlimited.txt
index 7340fc2dfe..be777d338a 100644
--- a/cpukit/score/src/Unlimited.txt
+++ b/cpukit/score/src/Unlimited.txt
@@ -192,22 +192,22 @@ o Object Information Structure
all memory is used. When false the current functionallity is
maintained.
- unsigned32 allocation_size -
+ uint32_t allocation_size -
When auto_extend is true, it is the value in the Configuration
table and is the number of objects the object's information
tables are extended or shrunk.
- unsigned32 size -
+ uint32_t size -
The size of the object. It is used to calculate the size of
memory required to be allocated when extending the table.
- unsigned32 inactive -
+ uint32_t inactive -
The number of elements on the Inactive chain.
- unsigned32 *inactive_per_block -
+ uint32_t *inactive_per_block -
Pointer to a table of counts of the inactive objects from a
block on the Inactive chain. It is used to know which blocks are