Categories
Which system call allocates memory in Linux?
What system call can be used to allocate additional memory in assembler under Linux? And how do you clean it up after that?
Answer the question
In order to leave comments, you need to log in
Either sbrk + your heap manager, or mmap/munmap.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question