mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +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_bssstart;
|
||||
uintptr_t us_bssend;
|
||||
uintptr_t us_heapend;
|
||||
|
||||
/* Memory manager heap structure */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user