System.ZLib.alloc_func
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
Embarcadero Technologies does not currently have any additional information.