mirror of
https://github.com/apache/nuttx.git
synced 2026-02-07 13:21:54 +08:00
Refactor heap pointer storage by moving us_heap field from userspace_s to the nested userspace_data_s structure, enabling future extensibility of user-space data without modifying the core userspace_s interface across all board-specific implementations. Signed-off-by: hujun5 <hujun5@xiaomi.com>