Previous: , Up: Decq Library Definitions   [Index]


7.22.1.2 Decq Library Generation Flags

The decq library generation flags affect the decq library objects construction.

Zero or more generation flags may be specified for the flags argument of the decq library construction function.

See x1f4_init_lxdecq.

X1f4_LXDECQ_AUTOLINK

indicates the decq library constructor that it should observe the temporaries allocator.

X1f4_LXDECQ_CODELINK

indicates the decq library constructor that it should observe the library data memory allocator (the library data memory allocator allocates memory for the library object construction purposes only).

X1f4_LXDECQ_EELOOKUP

indicates the decq library constructor that it should observe the name lookup context.

X1f4_LXDECQ_MISSBAIL

indicates the decq library constructor that it should observe the consolidated disposal manager.

See Consolidated Disposal.

X1f4_LXDECQ_RESOURCE

indicates the decq library constructor that it should observe the data memory allocator (data is data of the ‘decq’ type, but also data of any other allocated data type, like data of the intrinsic ‘text’ string type).

X1f4_LXDECQ_TEXTFLAT

indicates the decq library constructor that it should observe the error reporter.