Previous: , Up: Byte Data Library Definitions   [Index]


7.16.1.2 Byte Data Library Generation Flags

The byte data library generation flags affect the byte data library objects construction.

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

See x1f4_init_lxdata.

X1f4_LXDATA_AUTOLINK

indicates the byte data library constructor that it should observe the temporaries allocator.

X1f4_LXDATA_CODELINK

indicates the byte data 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_LXDATA_RESOURCE

indicates the byte data library constructor that it should observe the data memory allocator (data is data of the ‘data’ type).

X1f4_LXDATA_TEXTFLAT

indicates the byte data library constructor that it should observe the error reporter.