Closed hawkw closed 4 years ago
This fixes an issue where, when a slot is freed immediately by a call to remove while uncontended, it was not added to the page's free list, and thus never reused. This resulted in a memory leak.
remove
I've also refactored some internals.
Signed-off-by: Eliza Weisman eliza@buoyant.io
This fixes an issue where, when a slot is freed immediately by a call to
remove
while uncontended, it was not added to the page's free list, and thus never reused. This resulted in a memory leak.I've also refactored some internals.
Signed-off-by: Eliza Weisman eliza@buoyant.io