GCAllocator.alloc

Allocates the size bytes from the GC and returns a slice to it.

  1. void[] alloc(size_t size)
    struct GCAllocator
    static
    void[]
    alloc
    (
    size_t size
    )
  2. auto alloc(Args args)

Parameters

size size_t

Number of bytes to allocate.

Return Value

Type: void[]

new void

Meta