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


13.3.3.10 x1f4_swap_e2list

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.