RtExpandLocalMemory
RtExpandLocalMemory expands the RTSS 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 RTSS local memory pool by.
Return Value
TRUE if the function succeeds. FALSE if the function fails.
Remarks
RtExpandLocalMemory allows you to explicitly expand the RTSS local memory pool, backed by non-paged memory. The expanded memory will be added to the free memory in the local memory pool. If the RTSS local memory pool is not initialized yet, RtExpandLocalMemory will initialize the pool with the size of the local memory pool configured via the RTX64 Control Panel plus Size. Note that there is SRI activity involved within the RtExpandLocalMemory call, and it cannot be called when a shutdown occurs.
Requirements
Minimum Supported Version | RTX64 2013 |
Header | RtssApi.h |
Library | Rtx_Rtss.lib |