shalloc

Crates.ioshalloc
lib.rsshalloc
version0.1.2
sourcesrc
created_at2024-09-06 22:51:57.749787
updated_at2024-10-04 19:37:15.312762
descriptionImplements the `GlobalAlloc` trait for supahero1's allocator written in C: https://github.com/supahero1/alloc
homepagehttps://github.com/supahero1/alloc
repositoryhttps://github.com/UE2020/shalloc-rs
max_upload_size
id1366718
size120,380
Aspect (UE2020)

documentation

README

shalloc

This crate implements the GlobalAlloc trait for supahero1's allocator written in C. See the README in supahero1's repo for more details.

Usage

#[global_allocator]
static ALLOCATOR: shalloc::Shalloc = shalloc::Shalloc;

Benchmark

A benchmark is available at https://github.com/supahero1/alloc

Commit count: 5

cargo fmt