{
{                common deck dmdaloc
{

  TYPE
    dmt$allocation_size = 0 .. dmc$max_bytes_per_allocation,
    dmt$bytes_per_allocation = dmc$min_bytes_per_allocation ..
      dmc$max_bytes_per_allocation,
    dmt$byte_offset_within_au = 0 .. dmc$max_bytes_per_allocation;

  CONST
    dmc$min_bytes_per_allocation = 4096,
    dmc$max_bytes_per_allocation = 0ffffff(16),
    dmc$maximum_page_size = 16384;

  TYPE
    dmt$allocation_styles = (dmc$a0, dmc$a1, dmc$a2, dmc$a3, dmc$a4, dmc$a5,
      dmc$a6, dmc$a7, dmc$a8, dmc$acyl);

  CONST
    dmc$default_allocation_style = dmc$a2,
    dmc$default_req_alloc_size = 16384,   {delete this ?}
    dmc$unspecified_allocation_size = 0;
