include/nuttx/userspace.h: Add add a new field (us_heapend) to struct userspace_s that labels the end of the heap.
This commit is contained in:
parent
bb8648e7a0
commit
13782f3357
@ -106,6 +106,7 @@ struct userspace_s
|
||||
uintptr_t us_dataend;
|
||||
uintptr_t us_bssstart;
|
||||
uintptr_t us_bssend;
|
||||
uintptr_t us_heapend;
|
||||
|
||||
/* Memory manager heap structure */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user