Searched defs:may_resize (Results 1 - 1 of 1) sorted by relevance
| /systemd/src/basic/ |
| H A D | hashmap.c | 970 * that resize is not needed if !may_resize. 972 * -ENOMEM if may_resize==true and resize failed with -ENOMEM. 973 * Cannot return -ENOMEM if !may_resize. 976 struct swap_entries *swap, bool may_resize) { 984 if (may_resize) { 1021 #define hashmap_put_boldly(h, idx, swap, may_resize) \ 1022 hashmap_base_put_boldly(HASHMAP_BASE(h), idx, swap, may_resize) 975 hashmap_base_put_boldly(HashmapBase *h, unsigned idx, struct swap_entries *swap, bool may_resize) argument
|
Completed in 70 milliseconds