#if (ST_MALLOC_BUFFERED) extern UINT8 stMemoryPool[ST_MALLOC_SIZE]; #endif
This variable is available only if the memory management functions for the alternative C library are active (by setting ST_USE_MALLOC_CLIB to 0) and a static memory buffer is configured as the memory pool (ST_MALLOC_BUFFERED is set to 1). This variable serves as the memory pool used during the dynamic allocation of memory blocks by the stMemAlloc and stMemFree functions of the alternative C library.
| Version: | 1.0 |
|---|---|
| Header file: | ST_CLIB.h (include ST_API.h) |
| See also: | dynamic memory allocation, memory management, obtaining memory information, ST_USE_MALLOC_CLIB, stMemAlloc, stMemFree |