System.ZLib.alloc_func

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

alloc_func représente une fonction utilisée pour allouer un bloc de mémoire.

Pour de plus amples informations, voir la documentation originale fournie par la bibliothèque ZLib.

Voir aussi