lib.rs
Jan 26, 2025ps-alloc - a reasonably safe allocator. This crate provides two methods - alloc and free. While this crate does implement several safety precautions, you still shouldn't call free on stuff willy-nilly, because that is undefined behaviour. free is NOT guaranteed to fail when provided anything other than a valid pointer allocated by alloc.