portable-dlmalloc 1.3.0

Portable Fork of Doug Lea's malloc Implementation.
Documentation
[build-dependencies.cc]
version = "1.2.41"

[lib]
name = "portable_dlmalloc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "external-ffi-bindings", "memory-management", "no-std", "no-std::no-alloc"]
description = "Portable Fork of Doug Lea's malloc Implementation."
edition = "2024"
exclude = ["*.bat", "*port_*.c", "export.def", "sample.c", "readme.md", "rust-sample/*", ".gitignore", ".gitattributes"]
homepage = "https://github.com/Zero-Tang/portable-dlmalloc"
keywords = ["no_std", "allocator", "portable"]
license = "MIT"
name = "portable-dlmalloc"
readme = "readme_crate.md"
repository = "https://github.com/Zero-Tang/portable-dlmalloc"
version = "1.3.0"