gobj_get_maximum_block()

gobj_get_maximum_block()#

Returns the maximum memory block size that can be allocated by the system.

Prototype

size_t gobj_get_maximum_block(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

The maximum allocatable memory block size in bytes.

Notes

This function provides the upper limit for memory allocation requests.

Prototype

// Not applicable in JS

Prototype

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