Next: x1f4_fini_e4ll, Previous: x1f4_deck_e4ll, Up: Hierarchical Resource Allocation Manager Functions [Index]
extern int x1f4_fast_e4ll (void *e4ll, void **back);
The x1f4_fast_e4ll
function sets back
for tempories deallocation
for the e4ll
hierarchical resource allocation manager.
Whenever temporaries are to be freed, the application would call the
temporaries collection against the temporaries allocator for which a pointer is
stored at back
.
See Error Classes.
The function returns 0
.