System.ZLib.alloc_func

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

alloc_func = function(opaque: Pointer; Items, Size: Cardinal): Pointer; cdecl;
alloc_func = function(opaque: Pointer; Items, Size: Cardinal): Pointer; cdecl;

C++

typedef void * __cdecl (*alloc_func)(void * opaque, unsigned Items, unsigned Size);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

alloc_func represents a function used to allocate a memory block.

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

See Also