Closed
Description
I am trying to bind snmalloc
to rust to have a comprehensive malloc-bench
(WIP).
Basically, I have already created several bindings: snmalloc
,snmalloc-sys
, snmallocator
.
Yet, there is a issue to provide efficient realloc
with alignment. I added one following the code in malloc.h
, but I do not know whether it is sound and safe. So I guess I need some guidance here.
Metadata
Assignees
Labels
No labels