Previous: , Up: Scoped Resource Allocation Manager Types   [Index]


13.3.2.2 struct x1f4_e2list_type

typedef struct x1f4_e2list_type {
    struct x1f4_trans_type misslink_set;
    struct {
	int *class;
    } flatline_set;
    struct x1f4_trans_type resource_set;
} x1f4_e2list_type;

The x1f4_e2list_type record lists the application concerns related to the scoped resource allocation manager generation.

The fields that are interpreted only if so requested are:

See Scoped Resource Allocation Manager Generation Flags.

flatline_set

specifies the temporary registration flag as:

class

the address of the integral to set when a temporary is allocated/registered

misslink_set

specifies the temporary data memory allocator (allocates memory for temporaries).

See struct x1f4_trans_type.

See Memory Allocator Construct.

resource_set

specifies the data memory allocator (allocates memory for the allocation manager object).

See struct x1f4_trans_type.

See Memory Allocator Construct.