Interface IMalloc
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IMalloc
Methods
Alloc(UInt32)
Declaration
IntPtr Alloc(uint cb)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | cb |
Returns
| Type |
|---|
| System.IntPtr |
DidAlloc(IntPtr)
Declaration
short DidAlloc(IntPtr pv)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | pv |
Returns
| Type |
|---|
| System.Int16 |
Free(IntPtr)
Declaration
void Free(IntPtr pv)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | pv |
GetSize(IntPtr)
Declaration
uint GetSize(IntPtr pv)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | pv |
Returns
| Type |
|---|
| System.UInt32 |
HeapMinimize()
Declaration
void HeapMinimize()
Realloc(IntPtr, UInt32)
Declaration
IntPtr Realloc(IntPtr pv, uint cb)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | pv | |
| System.UInt32 | cb |
Returns
| Type |
|---|
| System.IntPtr |