metaonly module ti.sdo.fc.memutils.MEMUTILS

Memory-related services xDAIS algorithms can use

XDCscript usage meta-domain sourced in ti/sdo/fc/memutils/MEMUTILS.xdc
var MEMUTILS = xdc.useModule('ti.sdo.fc.memutils.MEMUTILS');
module-wide config parameters
 
 
config MEMUTILS.noLib  // module-wide

Do not return a library from this package, only headers

XDCscript usage meta-domain
MEMUTILS.noLib = Bool false;
 
DETAILS
Use this to link in your own implementation of the MEMUTILS apis.
 
config MEMUTILS.noOS  // module-wide

Indicate that there is no OS on this platform

XDCscript usage meta-domain
MEMUTILS.noOS = Bool false;
 
DETAILS
Used to indicate that there is no OS running on this platform. This is used to return an appropriate, OS-independent library.
generated on Mon, 16 Apr 2012 07:09:44 GMT