Registry / utility / aligned-alloc

aligned-alloc

JSON →
libraryrscratesunverified

Provides cross-platform primitives for aligned memory allocation.

# Cargo.toml [dependencies] aligned_alloc = "latest"
INSTALL
IMPORT
SIG · ALIGNED-ALLOC
A
aligned-alloc
utilityrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AlignedAlloc
use aligned_alloc::AlignedAlloc;

Allocates memory with 64-byte alignment.

use aligned_alloc::AlignedAlloc; let alloc = AlignedAlloc::new(64); let ptr = alloc.allocate(1024); println!("Allocated at {:?}", ptr);
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
Meta
1
Amazon
1
OpenAI (training)
1
Resources
aligned-alloc — cargo add aligned-alloc · libregistry