Store objects in wl_map data structure
The wl_map data structure is just an array with a free-list that lets the client recycle unused client IDs and keep range of client IDs under control.
Loading
Please register or sign in to comment
The wl_map data structure is just an array with a free-list that lets the client recycle unused client IDs and keep range of client IDs under control.