Skip Navigation Links.

H5CrtHeap Members

The H5CrtHeap type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAllocate(IntPtr)
Allocate memory from the "C" run-time heap.
Public methodStatic memberAllocate(UIntPtr)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFree(IntPtr)
Deallocate memory that was previously allocated with H5CrtHeap.alloc().
Public methodStatic memberFree(UIntPtr)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also