malloc-bind

Crates.iomalloc-bind
lib.rsmalloc-bind
version0.1.0
sourcesrc
created_at2017-09-03 01:37:11.991582
updated_at2017-09-03 01:37:11.991582
descriptionA tool to implement the C malloc API using a Rust allocator.
homepage
repositoryhttps://github.com/ezrosent/allocators-rs/tree/master/malloc-bind
max_upload_size
id30338
size25,951
Joshua Liebow-Feeser (joshlf)

documentation

https://docs.rs/malloc-bind

README

malloc-bind

The malloc-bind crate provides bindings for the C malloc API. Given an implementation of the Rust Alloc trait, it produces implementations of the C malloc API (malloc, free, realloc, etc) and defines extern "C" functions that can be used to produce a C shared object file.

Commit count: 0

cargo fmt