System.ZLib.alloc_func

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

説明

alloc_func は、メモリ ブロックの割り当てに使用される関数を表します。


詳細は、ZLib ライブラリから提供される元のドキュメントを参照してください。

関連項目