It is a completely lock free key value store, though does not have eviction built in.
Its memory management is done using a free list of blocks, which is part of how it maintains lock free concurrency.