1 01/14/87 set_system_storage
 2 
 3 Syntax as a command:  set_system_storage {virtual_pointer}
 4    {-control_args}
 5 
 6 
 7 Function:  establishes an area as the storage region in which normal
 8 system allocations are performed.
 9 
10 
11 Arguments:
12 virtual_pointer
13    is a virtual pointer to an initialized area (see Section 1).
14 
15 
16 Control arguments:
17 -create
18    creates and initializes a system-free segment in your process
19    directory.
20 -system
21    specifies the area used for linkage sections.
22 
23 
24 Notes:  Specify either virtual_pointer or the control arguments.
25 
26 To initialize or create an area, see the create_area command.  Set up
27 the area as either zero_on_free or zero_on_alloc.  Make the area
28 specified extensible.