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


13.2.3.6 x1f4_line_e4ll

extern int x1f4_line_e4ll
    (void *e4ll, struct x1f4_trans_type *trans);

The x1f4_line_e4ll function sets up the trans memory allocator definition for memory allocation against the e4ll hierarchical resource allocation manager. trans will be good for memory allocation for temporaries construction.

See struct x1f4_trans_type.

The allocated memory against the memory allocator defined by trans does not need to be freed explicitely, in fact freeing or reallocating the allocated memory probably should not be attempted.

The function returns 0.

See x1f4_copy_e4ll.