Visible to Intel only — GUID: mwh1416946950500
Ixiasoft
Visible to Intel only — GUID: mwh1416946950500
Ixiasoft
11.3.4. The newlib ANSI C Standard Library
This thread-local data is allocated at the top of the task’s stack. You must make allowance for thread-local data storage when allocating memory for stacks. In general, the _reent structure consumes approximately 900 bytes of data for the normal C library, or 90 bytes for the reduced-footprint C library.
For more information about the contents of the _reent structure, refer to the newlib documentation. On the Windows Start menu, click Programs > Intel FPGA > Nios® II > Nios® II Documentation.
In addition, the MicroC/OS-II implementation provides appropriate task locking to ensure that heap accesses (calls to malloc() and free()) are also thread-safe.