get_max_system_memory()

get_max_system_memory()#

Returns the maximum system memory limit set for the application.

Prototype

size_t get_max_system_memory(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

The maximum system memory in bytes.

Notes

This function provides the upper limit of memory that the system is allowed to allocate.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples