get_cur_system_memory()

get_cur_system_memory()#

Returns the current system memory usage in bytes.

Prototype

size_t get_cur_system_memory(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

The amount of system memory currently in use, in bytes.

Notes

This function provides insight into the memory consumption of the system at runtime.

Prototype

// Not applicable in JS

Prototype

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