Files
parallel-hashmap/parallel_hashmap
greg7mdp 78071573aa Fix issue #117 - segfault when out of memory.
when constructing an object to be inserted throws std::bad_alloc, the slot was mark as used
(even though the object was not properly constructed), so eventually the destructor of a
non-initialized object was called causing a segfault.

Solution: mark the slot used only after the object is successfully constructed.
2023-04-15 20:22:50 -04:00
..
2022-11-19 14:25:19 -05:00
2022-09-30 19:53:46 -04:00
2019-04-18 21:59:12 -04:00
2023-04-09 18:48:26 -04:00