formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory
Description
version of that uses 64 bit byteCount parameter (ie > 2 GB).
Plugin Prototype
fzrt_error_td fzrt_new_ptr_clear_64(
fzrt_int64 | byteCount, |
fzrt_ptr * | new_ptr ) |
Parameters
byteCount [Input]
the desired size of the memory block, in bytes
new_ptr [Result]
pointer to a pointer that receives the pointer to a newly allocated memory block
Returns
FZRT_NOERR if successful, err code otherwise
Availability
8.5.0.1
See Also
fzrt_new_ptr, , fz_mem_zone_alloc
Function Set
Defined in