redox-buffer-pool

Crates.ioredox-buffer-pool
lib.rsredox-buffer-pool
version0.5.2
sourcesrc
created_at2020-08-04 20:52:50.055595
updated_at2021-06-22 07:31:33.316121
descriptionA buffer pool library for Redox, featuring a general-purpose 32-bit allocator
homepagehttps://redox-os.org/
repositoryhttps://gitlab.redox-os.org/redox-os/redox-buffer-pool.git
max_upload_size
id273019
size80,392
4lDO2 (4lDO2)

documentation

https://docs.rs/redox-buffer-pool

README

redox-buffer-pool

A small library that provides a general-purpose O(log n)-for-the-most-part memory allocator, suitable for small (32-bit at the moment) and possibly short-lived allocations. It also comes with a "guarding" mechanism, which will prevent the pool from reclaiming memory if it's in use by someone else.

While the name of this crate begins with Redox, it can be used on other operating systems as well; the redox_syscall crate is only used with the redox feature enabled, and all it does is adding some error code conversion.

Commit count: 0

cargo fmt