How to Dynamically Allocate Memory Using Assembly and System Calls Under Linux
- by mudge
I'm looking for some good code examples of dynamic memory allocation using an assembly language under Linux and using system calls, not malloc and friends.
What are some of the simplest but effective ways to do this?
On Intel 386+ computers.