yahoo / Oak

A Scalable Concurrent Key-Value Map for Big Data Analytics
Apache License 2.0
268 stars 48 forks source link

Share an allocator between oakmaps #8

Open yonigottesman opened 5 years ago

yonigottesman commented 5 years ago

If an allocator is shared, and an oak instance is closed it calls the OanNativeAllocator.close() that will free all blocks but not remove them from the queue and other oaks can use it and die