RTI Connext Micro  Version 2.4.1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Heap Porting Guide

RTI Connext Micro uses the heap to allocate memory for internal data-structures. With a few exceptions, RTI Connext Micro does not return memory to the heap. Instead, RTI Connext Micro uses internal pools to quickly allocate and free memory for specific types. Only the initial memory is allocated directly from the heap. The following functions must be ported:

Please refer to the OSAPI Heap API for definition of the behavior. The available source code contains implementation in the file:

srcC/osapi/<platform>/Heap.c


RTI Connext Micro Version 2.4.1.0 Copyright © Thu Nov 20 2014 Real-Time Innovations, Inc