Registry / utility / memalloc

memalloc

JSON →
library0.1.0rscratesunverified

Memory allocation utilities for stable Rust.

# Cargo.toml [dependencies] memalloc = "0.1.0"
INSTALL
IMPORT
SIG · MEMALLOC
M
memalloc
utilityrustv0.1.0
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.

allocate
use memalloc::allocate;

Allocates 1024 bytes of memory.

use memalloc::allocate; fn main() { let ptr = allocate(1024); println!("Allocated memory at {:?}", ptr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
memalloc — cargo add memalloc · libregistry