Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 41 and Version 42 of Release/4.10


Ignore:
Timestamp:
10/21/09 16:49:11 (15 years ago)
Author:
Sh
Comment:

/* API Changes */

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.10

    v41 v42  
    5353 *  rtems_initialize_data_structures() now takes no arguments.  This should impact no application or BSP as this was only referenced in shared framework code.
    5454
    55  *  Region Manager directives now use intptr_t instead of size_t.  The size_t type is defined to be able to represent the size of a SINGLE allocatable object.  A region instance is intended to be able to hold multiple allocatable object instances and allocations from it should be able to represent pools of objects.  This change should be transparent to the user.  This impacted the following directives:
     55 *  Region Manager directives now use uintptr_t instead of size_t.  The size_t type is defined to be able to represent the size of a SINGLE allocatable object.  A region instance is intended to be able to hold multiple allocatable object instances and allocations from it should be able to represent pools of objects.  This change should be transparent to the user.  This impacted the following directives:
    5656  *  rtems_region_create
    5757  *  rtems_region_extend