Standard library: Memory allocation #5

Open
opened 2025-08-07 13:01:04 +00:00 by ed · 0 comments
Owner

We need to implement mem.alloc and mem.free for low-level access to system memory.

The initial implementation will be "unmanaged", that means we're directly returning an mmap region.
Future versions doing a full implementation of a managed memory allocator are not tracked by this issue.

We need to implement `mem.alloc` and `mem.free` for low-level access to system memory. The initial implementation will be "unmanaged", that means we're directly returning an `mmap` region. Future versions doing a full implementation of a managed memory allocator are not tracked by this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cli/q#5
No description provided.