formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Memory

fzrt_new_ptr_64

Description

version of fzrt_new_ptr that uses 64 bit byteCount parameter (ie > 2 GB).

Plugin Prototype

fzrt_error_td fzrt_new_ptr_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

fz_fzrt_mem_fset


Defined in

fzrt_api.h