menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMalloc - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IMalloc

    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [CLSCompliant(false)]
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
    [Guid("00000002-0000-0000-C000-000000000046")]
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved