package ti.sdo.ipc.heaps

IPC-related memory heaps

Contains modules that support managing memory heaps by multiple processors.
XDCspec declarations sourced in ti/sdo/ipc/heaps/package.xdc
requires ti.sdo.ipc;
requires ti.sdo.utils;
 
package ti.sdo.ipc.heaps [1, 0, 0, 0] {
 
    module HeapBufMP;
    // Multi-processor fixed-size buffer heap implementation
    module HeapMemMP;
    // Multi-processor variable size buffer heap implementation
    module HeapMultiBufMP;
    // Multi-processor fixed-size buffer heap implementation
}
generated on Fri, 21 Aug 2015 19:35:41 GMT