metaonly module ti.sdo.fc.memutils.MEMUTILS |
 |
Memory-related services xDAIS algorithms can use
metaonly module MEMUTILS { ...
XDCscript usage |
meta-domain |
var MEMUTILS = xdc.useModule('ti.sdo.fc.memutils.MEMUTILS');
module-wide config parameters
metaonly module 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 Fri, 02 Jul 2010 02:02:42 GMT