Heap.this

Construct a new Heap.

Wrapper for HeapCreate.

  1. this()
  2. this(CreateOptions options, size_t initialSize, size_t maximumSize)
    struct Heap
    @trusted
    this
    (,
    in size_t initialSize = 0
    ,
    in size_t maximumSize = 0
    )
    out { assert (associated); }
  3. this(HANDLE heapHandle, bool own)

Throws

WinAPIException if heap creation failed.

Meta