On Fri, May 03, 2019 at 02:10:20PM -0400, Joel Savitz wrote: > +/* Get the process virtual memory size (i.e. the highest usable VM address) > */ > +#define PR_GET_TASK_SIZE 55
TASK_SIZE is in fact the lowest _un_usable address. :^)
On Fri, May 03, 2019 at 02:10:20PM -0400, Joel Savitz wrote: > +/* Get the process virtual memory size (i.e. the highest usable VM address) > */ > +#define PR_GET_TASK_SIZE 55
TASK_SIZE is in fact the lowest _un_usable address. :^)