Changeset c3dcd6e in rtems for testsuites
- Timestamp:
- 01/19/96 22:22:12 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4f7c546e
- Parents:
- 709b93d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spsize/size.c
r709b93d rc3dcd6e 61 61 62 62 #define PER_TASK \ 63 (sizeof (Thread_Control) + NAME_PTR_SIZE + HEAP_OVHD) 63 (sizeof (Thread_Control) + \ 64 NAME_PTR_SIZE + HEAP_OVHD + sizeof( RTEMS_API_Control )) 64 65 #define PER_SEMAPHORE \ 65 66 (sizeof (Semaphore_Control) + NAME_PTR_SIZE)
Note: See TracChangeset
for help on using the changeset viewer.