ST_USE_MALLOC_CLIB Definition

When this constant is set to 0, both stMemAlloc and stMemFree are used from the Alternative C Library. When it is set to 1, functions with the same names are created that utilize the malloc and free functions from the Standard C Library for dynamic memory allocation.

Additionally, when this value is set to 1, the configuration constants ST_MALLOC_BUFFERED, ST_MALLOC_BASE_ADDRESS, and ST_MALLOC_SIZE are ignored.

SpaceShadow documentation