MEM_getBaseAddress
Application Program Interface
2-223
C Interface
Syntax
addr = MEM_getBaseAddress(segid);
Parameters
Int
segid;
/* memory segment identifier */
Return Value
Ptr
addr;
/* heap base address pointer */
Description
MEM_getBaseAddress returns the base address of the memory heap
with the segment ID specified by the segid parameter.
Constraints and
Calling Context
❏
The segid can be an integer or a memory segment name defined in
the configuration.
See Also
MEM_getBaseAddress
Get base address of a memory heap