AllocOp :: enum { Allocate :: 0; Free; Release; }
Specify allocator opratation.
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