corth-lang / Corth

A self-hosted stack based language like Forth
MIT License
7 stars 1 forks source link

Using the `mmap` syscall inside `malloc` #18

Open HuseyinSimsek7904 opened 9 months ago

HuseyinSimsek7904 commented 9 months ago

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