mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
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:
@@ -106,6 +106,7 @@ struct userspace_s
|
|||||||
uintptr_t us_dataend;
|
uintptr_t us_dataend;
|
||||||
uintptr_t us_bssstart;
|
uintptr_t us_bssstart;
|
||||||
uintptr_t us_bssend;
|
uintptr_t us_bssend;
|
||||||
|
uintptr_t us_heapend;
|
||||||
|
|
||||||
/* Memory manager heap structure */
|
/* Memory manager heap structure */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user