ContextAllocator.malloc

Allocate bytes, helper function.

struct ContextAllocator
nothrow @nogc @safe @system
void*
malloc
()

Return Value

Type: void*

an allocation that MUST be freed with either ContextAllocator.free or ContextAllocator.realloc(p, 0), even when asking zero size.

Meta