Next: x1f4_type_e2list, Previous: x1f4_slip_e2list, Up: Scoped Resource Allocation Manager Functions [Index]
extern int x1f4_swap_e2list (void *list1, void *list2);
The x1f4_swap_e2list
function swaps the state for the list1
and
list2
allocation managers, including the lists of allocated memory
segments and registered collection methods.
The function returns 0
for success, non zero for failure.