Next: , Previous: , Up: Hierarchical Resource Allocation Manager Functions   [Index]


13.2.3.5 x1f4_init_e4ll

extern int x1f4_init_e4ll
    (void **e4ll, unsigned flags, const struct x1f4_e4less_type *attributes);

The x1f4_init_e4ll function constructs a hierarchical resource allocation manager as requested by the flags generation flags and the attributes hierarchical resource allocation manager attributes and stores the address of the construct at the e4ll address.

See Hierarchical Resource Allocation Manager Generation Flags.

See struct x1f4_e4less_type.

The function returns 0 for success, one of the defined error codes for failure.

See Hierarchical Resource Allocation Manager Errors.

See e4ll Temporaries Disposal Usage Example.