KafkaLite icon indicating copy to clipboard operation
KafkaLite copied to clipboard

Expose malloc/free via an allocator interface

Open panyam opened this issue 10 years ago • 0 comments

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.

panyam avatar Sep 09 '15 18:09 panyam