vmware / splinterdb

High Performance Embedded Key-Value Store
https://splinterdb.org
Apache License 2.0
680 stars 57 forks source link

add allocator.c #516

Closed jonhnet closed 1 year ago

jonhnet commented 1 year ago

allocator.h is an interface over rc_allocator. The config module has grown to include some implementations that are more than just inline accessors, making allocator.h more of an abstract base class. They should move into a new allocator.c file.