1 03/31/83  get_system_free_area_
 2 
 3 
 4 Entry points in get_system_free_area_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: get_system_free_area_: 02/02/83  get_system_free_area_
 9 
10 
11 Function: returns a pointer to the system free area for the ring in
12 which it was called.  Allocations by system programs are performed in
13 this area.
14 
15 
16 Syntax:
17 declare get_system_free_area_ entry returns (ptr);
18 area_ptr = get_system_free_area_ ();
19 
20 Arguments:
21 area_ptr
22    is a pointer to the system free area.  (Output)