cesium-allocator 1.0.1

Allocator pool for managing sets of allocators
Documentation
  • Coverage
  • 87.18%
    34 out of 39 items documented0 out of 37 items with examples
  • Size
  • Source code size: 55.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 320.5 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • siennathesane

Cesium Allocator

docs.rs Crates.io

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!