Structs§
- Aligned
Type - A type whose alignment is greater equal that of any C type.
Allocations with this alignment are valid for all C types.
Remake of
max_align_tfromstddef.h. 16 bytes is the greatest alignment of any architecture Rust currently supports.
Constants§
- MIN_
ALIGN - Minimal alignment which is valid for all C types.
Functions§
- rust_
0_ ⚠6_ calloc - Allocate
size_bytesmany zeroed bytes and return a pointer. - rust_
0_ ⚠6_ free - Free allocated bytes at
ptr_bytes. - rust_
0_ ⚠6_ malloc - Allocate
size_bytesmany bytes and return a pointer.