Custom Allocator
Hello,
I'm trying to write a custom BufferPool
with a custom Allocator
. I managed to write the custom buffer pool by subclassing BufferPool
, however it seems that I can't subclass Allocator
.
Is there a fundamental reason for that or is it just a limitation of the current Rust wrapper?
If it's a limitation of the Rust crate I could propose a PR to allow custom allocators :)
Edited by Elie Génard