chiark / gitweb /
hashmap: allow hashmap_move() to fail
authorMichal Schmidt <mschmidt@redhat.com>
Tue, 14 Oct 2014 22:17:51 +0000 (00:17 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 23 Oct 2014 15:38:02 +0000 (17:38 +0200)
It cannot fail in the current hashmap implementation, but it may fail in
alternative implementations (unless a sufficiently large reservation has
been placed beforehand).


No differences found