System.ZLib.z_stream.zalloc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

zalloc: alloc_func;  // used to allocate the internal state

C++

alloc_func zalloc;

Properties

Type Visibility Source Unit Parent
field public
System.ZLib.pas
System.ZLib.hpp
System.ZLib z_stream


For internal use only.


Description

For more information, see the original documentation provided by the ZLib library.