formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
This will create a mem zone that will grow as needed. Pointers can be allocated from this zone and the zone will grow by the specified block size if there is not enough memory in the zone to fulfill the request
Plugin Prototype
fzrt_error_td fz_mem_zone_dynamic_init(
zone_dynamic_ptr, | |
fzrt_int | zone_block_size ) |
Parameters
zone_dynamic_ptr [Result]
the newly create zone
zone_block_size [Input]
block size to use for zone
Returns
FZRT_NOERR on success, error ID otherwise.
Availability
5.0.0.0
See Also
Function Set
Defined in