extern int x1f4_copy_e4ll (void *e4ll, struct x1f4_frame_type *frame);
The x1f4_copy_e4ll
function setups the frame
temporaries
allocator/registrar definition for temporaries allocation/registration against
the e4ll
hierarchical resource allocation manager.
The allocated memory against the memory allocator defined by frame
does
not need to be freed explicitely, in fact freeing or reallocating the allocated
memory should probably not be attempted.
The function returns 0
.
See x1f4_line_e4ll.