lwdrInternal_allocBytes

Allocate sz bytes heap memory represented by a slice of ubytes. If tracking allocations, the resultant slice will be added to trackedAllocations

  1. ubyte[] lwdrInternal_allocBytes(size_t sz)
    version(LWDR_TrackMem)
    nothrow @nogc
    ubyte[]
    lwdrInternal_allocBytes
  2. ubyte[] lwdrInternal_allocBytes(size_t sz)

Meta