I was wondering if any one could explain in relatively simple terms, how to allocate heap memory?
I'm using x64 assembler (intel syntax) on a Linux machine. Up until now I have relied on making a call to the C function malloc
, but I'm interest in the proper way.