AllocOp

Declaration

AllocOp :: enum {
    Allocate;
    Free;
    Release;
}

Description

Specify allocator opratation.

Variants

  • Allocate Allocation of new memory block is required.

  • Free Free of previously allocated memory is required.

  • Release Release of all allocated memory is required.

Declared in: memory.bl