freestanding-musl-malloc

Crates.iofreestanding-musl-malloc
lib.rsfreestanding-musl-malloc
version1.0.0
sourcesrc
created_at2016-04-25 12:08:48.17681
updated_at2016-04-25 12:08:48.17681
descriptionExtraction of musl-libc's malloc, made single-threaded and freestanding
homepagehttps://gitlab.com/robigalia/freestanding-musl-malloc
repositoryhttps://gitlab.com/robigalia/freestanding-musl-malloc
max_upload_size
id4849
size46,083
libs (github:rust-lang:libs)

documentation

https://doc.robigalia.org/i686/freestanding_musl_malloc

README

A malloc implementation pulled out of musl-libc and made freestanding. Importantly, all notion of thread safety was removed - this crate can only be used in single-threaded programs!

Depends on the symbols memcpy, mmap, mremap, munmap, and madvise being defined. Defines own errno, named musl_alloc_errno.

Commit count: 1

cargo fmt