Changeset c3dcd6e in rtems for testsuites


Ignore:
Timestamp:
01/19/96 22:22:12 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4f7c546e
Parents:
709b93d
Message:

Added RTEMS API control structure to per task memory usage macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/spsize/size.c

    r709b93d rc3dcd6e  
    6161
    6262#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 ))
    6465#define PER_SEMAPHORE \
    6566     (sizeof (Semaphore_Control) + NAME_PTR_SIZE)
Note: See TracChangeset for help on using the changeset viewer.