Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the mmap syscall inside malloc #18

Open
HuseyinSimsek7904 opened this issue Nov 25, 2023 · 0 comments
Open

Using the mmap syscall inside malloc #18

HuseyinSimsek7904 opened this issue Nov 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request library Anything about the standard library low-priority

Comments

@HuseyinSimsek7904
Copy link
Member

There is a POSIX system call called mmap that allocates virtual memory. malloc should be updated to use this system call.

@HuseyinSimsek7904 HuseyinSimsek7904 added the enhancement New feature or request label Nov 25, 2023
@HuseyinSimsek7904 HuseyinSimsek7904 self-assigned this Nov 25, 2023
@HuseyinSimsek7904 HuseyinSimsek7904 added library Anything about the standard library low-priority labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request library Anything about the standard library low-priority
Projects
None yet
Development

No branches or pull requests

1 participant