formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
This will create a mem zone with a set amount of memory. Pointers can be allocated from this zone until the zone is full.
Plugin Prototype
fzrt_error_td fz_mem_zone_static_init(
zone_static_ptr, | |
fzrt_int | size ) |
Parameters
zone_static_ptr [Result]
the newly create static mem zone
size [Input]
the size of the memory zone
Returns
FZRT_NOERR on success, error ID otherwise.
Availability
5.0.0.0
See Also
Function Set
Defined in