
7.5 The Store structure
val store :
{ alloc : alloc_policy,
overflow : overflow_policy,
status : store_status,
size : int
} -> store
store_status may be modified using the setStoreStatus function (see page 208), and the store's size may be explicitly increased (when possible) using the expand function (see page 212). The other store attributes cannot be modified dynamically.

Generated with Harlequin WebMaker