wmem: allow wmem_destroy_list to ignore a NULL list.
[metze/wireshark/wip.git] / epan / wmem / wmem_list.c
2018-10-17 Stefan Metzmacherwmem: allow wmem_destroy_list to ignore a NULL list.
2018-02-08 Dario Lombardowmem: use SPDX identifiers.
2017-02-10 Alexis La Gouttewmem_list: Fix Dead Store (Dead assignement/Dead increm...
2017-02-08 Dario Lombardowmem_list: add wmem_list_insert_sorted.
2016-10-24 João ValverdeAdd wmem_list_find_custom()
2016-04-20 Dario Lombardowmem: add foreach function to wmem_list.
2015-12-04 Matthieu CoudronAdds wmem_list_find function
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-24 Evan HuusAdd wmem_destroy_list, wmem_destroy_queue, wmem_destroy...
2013-11-05 Evan HuusExpose wmem_list_remove_frame to make it efficient...
2013-07-20 Evan HuusReplace wmem slist (singly-linked) with wmem list ...