|
RtExpandLocalMemory expands the local memory pool upon request by the size specified.
Syntax
BOOL RtExpandLocalMemory(
ULONG Size
);
Parameters
Size
An unsigned long specifying the number of bytes to expand the local memory pool by.
Return Values
TRUE if the function succeeds., FALSE if the function fails.
Remarks
RtExpandLocalMemory expands the local memory pool in the virtual address space of the process, backed by non-paged physical memory. Note that there is SRI activity involved in a RtExpandLocalMemory, and it cannot be called when a shutdown occurs.
Requirements
Header | Rtapi.h |
Library | Rtx_Rtss.lib |