Home Units Hierarchy Routines All identifiers

Interface IMalloc

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IMalloc = interface(IUnknown)

Description

Attributes
GUID['{00000002-0000-0000-C000-000000000046}']

Hierarchy

Overview

Methods

Public function Alloc(cb: Longint): Pointer; stdcall;
Public function DidAlloc(pv: Pointer): Integer; stdcall;
Public function GetSize(pv: Pointer): Longint; stdcall;
Public function Realloc(pv: Pointer; cb: Longint): Pointer; stdcall;
Public procedure Free(pv: Pointer); stdcall;
Public procedure HeapMinimize; stdcall;

Description

Methods

Public function Alloc(cb: Longint): Pointer; stdcall;
 
Public function DidAlloc(pv: Pointer): Integer; stdcall;
 
Public function GetSize(pv: Pointer): Longint; stdcall;
 
Public function Realloc(pv: Pointer; cb: Longint): Pointer; stdcall;
 
Public procedure Free(pv: Pointer); stdcall;
 
Public procedure HeapMinimize; stdcall;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09