Next: x1f4_link_e4lf, Previous: x1f4_init_e4ll, Up: Hierarchical Resource Allocation Manager Functions [Index]
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.
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.