
  PROCEDURE [XREF] dmp$allocate_file_space
    (    p_fde: gft$locked_file_desc_entry_p;
         initial_byte_address: amt$file_byte_address;
         bytes_to_allocate: amt$file_byte_address;
         file_space_limit: sft$file_space_limit_kind;
     VAR allocation_units_obtained: amt$file_byte_address;
     VAR overflow_indicator: boolean;
     VAR file_allocation_status: dmt$file_allocation_status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc dmt$file_allocation_status
*copyc gft$locked_file_desc_entry_p
*copyc sft$file_space_limit_kind
?? POP ??
