
  TYPE
    ost$heap_map = record
      status: ost$prevalidate_free_result,
      allocate_call_count: integer,
      free_call_count: integer,
      algorithm: 0 .. 255,
      avoid_small_blocks: boolean,
      small_block_ceiling: ost$halfword,
      min_fragment_size: ost$halfword,
      min_allocation_size: ost$halfword,
      chain_search_count: integer,

      busy_size_total: integer,
      free_size_total: integer,
      busy_size_max: integer,
      free_size_max: integer,
      busy_size_statistic: array [0 .. 1025] of integer,
      free_size_statistic: array [0 .. 1025] of integer,
    recend;

*copyc ost$halfword
*copyc ost$prevalidate_free_result

