System.ZLib.alloc_func

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Beschreibung

alloc_func repräsentiert eine Funktion, mit der ein Speicherblock zugewiesen wird.

Weitere Informationen finden Sie in der Originaldokumentation zur ZLib Library (ZLib-Bibliothek).

Siehe auch