Define RCSW_DS_LLIST_DB_PTR
Defined in File ds.h
Define Documentation
-
RCSW_DS_LLIST_DB_PTR
Indicate that a llist should NOT use compare function when checking for equality/searching the linked list. Instead, the pointers for llist_node->data are compared. This is useful when you have a pair of linked lists as free/alloc lists which don’t point to actual data, but only carve up a chunk of memory.
This flag implies RCSW_DS_LLIST_DB_DISOWN.