2.11.2. Controlling the runtime memory model
To modify the behavior of the heap and stack manager, redefine the functions listed in Table 2.11.
Table 2.11. Memory model initialization
The hidden static data for the library is provided by __user_libspace. The static data area is also used as a stack during the library initialization process. This function does not normally require re‑implementation. See Tailoring static data access.