Open HuseyinSimsek7904 opened 11 months ago
There is a POSIX system call called mmap that allocates virtual memory. malloc should be updated to use this system call.
mmap
malloc
There is a POSIX system call called
mmap
that allocates virtual memory.malloc
should be updated to use this system call.