Crates.io | cesium-allocator |
lib.rs | cesium-allocator |
version | 1.0.1 |
source | src |
created_at | 2023-12-04 07:09:21.332832 |
updated_at | 2023-12-04 07:19:38.677429 |
description | Allocator pool for managing sets of allocators |
homepage | https://github.com/shieldmaidens/cesium-allocator |
repository | |
max_upload_size | |
id | 1057329 |
size | 54,519 |
This is an idiomatic and quality of life wrapper on top of mimalloc
. The only changes to the underlying library are basic type wrappers. The underlying FFI library, cesium-libmimalloc-sys
, is based very heavily on Purple Protocol's mimalloc_rust
wrapper, but with some reorganization as there are a lot of methods.
Happy allocating!