KafkaLite
KafkaLite copied to clipboard
Expose malloc/free via an allocator interface
Currently mallocs and frees are used to allocate and release memory. However to allow for custom memory allocation schemes (eg pool based and so on), expose these via an allocator interface so that custom implementations can be specified.