correct way to allocate memory below the entry point?
Posted: Sun Feb 10, 2008 8:49 am
What would be the correct way to allocate memory below the entry point? say if i'm using application that needs a high entry point for a loader, but need to allocate memory?
I have been using a fixed low memory address, but it would be nice to be able to know how to do this so can correctly allocate and free memory nicely
I have been using a fixed low memory address, but it would be nice to be able to know how to do this so can correctly allocate and free memory nicely