Description | Hierarchy | Fields | Methods | Properties |
type IMalloc = interface(IUnknown)
function Alloc(cb: Longint): Pointer; stdcall; |
|
function DidAlloc(pv: Pointer): Integer; stdcall; |
|
function GetSize(pv: Pointer): Longint; stdcall; |
|
function Realloc(pv: Pointer; cb: Longint): Pointer; stdcall; |
|
procedure Free(pv: Pointer); stdcall; |
|
procedure HeapMinimize; stdcall; |
function Alloc(cb: Longint): Pointer; stdcall; |
|
function DidAlloc(pv: Pointer): Integer; stdcall; |
|
function GetSize(pv: Pointer): Longint; stdcall; |
|
function Realloc(pv: Pointer; cb: Longint): Pointer; stdcall; |
|
procedure Free(pv: Pointer); stdcall; |
|
procedure HeapMinimize; stdcall; |
|
(c) 2012 Lake of Soft