Next: , Up: Hierarchical Resource Allocation Manager Types   [Index]


13.2.2.1 struct x1f4_e4less_type

typedef struct x1f4_e4less_type {
    struct x1f4_e4line_type misslink_set;
    struct x1f4_track_type textflat_set;
    struct x1f4_trans_type resource_set;
} x1f4_e4less_type;

The x1f4_e4less_type record lists the application concerns related to the hierarchical resource allocation manager generation.

The fields that are interpreted only if so requested are:

See Hierarchical Resource Allocation Manager Generation Flags.

misslink_set

specifies the operation and construction interfaces of the per scope/context temporaries allocators

See struct x1f4_e4line_type.

resource_set

specifies the data memory allocator (allocates memory for the data created while executing programs).

See struct x1f4_trans_type.

See Memory Allocator Construct.

textflat_set

specifies the error reporter.

See struct x1f4_track_type.

See Error Reporter Construct.