aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-09-15 23:48:51 -0400
committerJohn Thacker <johnthacker@gmail.com>2022-09-16 07:39:26 -0400
commit819d392aff23978727e938ad43f0726d00295cfe (patch)
tree76b54ebeedaefb16e15057b8e9cb1ae32b94e422 /CMakeLists.txt
parentc949c99ad1d5ec5dadb269fc99383502040804b9 (diff)
wmem: Add a wmem_map_foreach_remove function
Like wmem_map_remove(), this frees the key/value pair item in the map but not the key or the value itself (which may in fact be the same object.) Not generally a problem, as they'll get freed by the pool. (If someone wants to manage memory themselves, they should probably be using a GHashTable.)
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions