Module raw_alloc

Source
Expand description

A safe wrapper around low-level allocation primitives from alloc::alloc.

This crate provides a safe interface for working with raw allocations while maintaining the same error handling semantics as the underlying allocation APIs.

Structsยง

RawAlloc
A safe wrapper around a raw allocation with known layout.