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:
Xiang Xiao 2019-03-19 10:20:43 -06:00 committed by Gregory Nutt
parent bb8648e7a0
commit 13782f3357

View File

@ -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 */