lwdrInternal_alloc

Allocate heap memory of sz bytes. If tracking allocations, the resultant pointer will be added to trackedAllocations

  1. void* lwdrInternal_alloc(size_t sz)
    version(LWDR_TrackMem)
    nothrow @nogc
    void*
    lwdrInternal_alloc
  2. void* lwdrInternal_alloc(size_t sz)

Meta