embedded-alloc icon indicating copy to clipboard operation
embedded-alloc copied to clipboard

add example that proves extern "C" malloc and free

Open xoviat opened this issue 4 years ago • 1 comments
trafficstars

xoviat avatar Jan 31 '21 18:01 xoviat

I am wondering if a no_std project using bindings on a C code can provide libc malloc and free to the C code using a Rust global allocator like embbeded-alloc?

romainreignier avatar Mar 13 '25 22:03 romainreignier

I am wondering if a no_std project using bindings on a C code can provide libc malloc and free to the C code using a Rust global allocator like embbeded-alloc?

@romainreignier here it is: allocator.rs

kaganege avatar Jun 26 '25 14:06 kaganege

This is old and I don't even know what it's really about.

zeenix avatar Aug 20 '25 19:08 zeenix