Expand description
This module implements a high-level userspace allocator
which internally uses the [crate::syscalls::syssbrk] syscall
to allocate memory
Structs§
Statics§
- GLOBAL_
SYSTEM_ ALLOCATOR - A high-level userspace allocator that internally uses the [
crate::syscalls::syssbrk] syscall (rust wrapper)
Functions§
- syscreate
- Allocates an object sized
object_sizeusingGLOBAL_SYSTEM_ALLOCATOR - sysdestroy⚠
- Deallocates an object sized
object_sizeusingGLOBAL_SYSTEM_ALLOCATOR