libc_alloc 1.0.5

A simple global allocator which hooks into libc's malloc/free
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
categories = ["development-tools::ffi", "embedded", "no-std"]
description = "A simple global allocator which hooks into libc's malloc/free"
documentation = "https://docs.rs/libc_alloc"
edition = "2018"
homepage = "https://github.com/daniel5151/libc_alloc"
keywords = ["malloc", "memalign", "libc", "allocator", "no_std"]
license = "MIT"
name = "libc_alloc"
readme = "README.md"
repository = "https://github.com/daniel5151/libc_alloc"
version = "1.0.5"