Lines Matching +full:non +full:- +full:standard
13 Other 3rd-party toolchains, such as :ref:`toolchain_gnuarmemb`, also bundle
16 Zephyr implements the "API hook" functions that are invoked by the C standard
18 :file:`lib/libc/newlib/libc-hooks.c` and translate the library internal system
32 standard C library features. It is optimized for performance (prefers
37 :kconfig:option:`CONFIG_NEWLIB_LIBC` and de-selecting the
45 size-optimized version of the Newlib, and supports all features that the full
64 Newlib supports all standard C formatted input and output functions, including
68 format specifiers defined by the C standard with the following exceptions:
81 by the standard dynamic memory management interface functions (for example,
92 the Zephyr-side libc hooks is the :c:func:`sbrk` function, which is used by the
96 The :c:func:`_sbrk` hook function, implemented in :file:`libc-hooks.c`, handles
114 * When MPU is enabled and the MPU requires power-of-two partition size and
116 set to a non-zero value), the amount of memory space reserved for the Newlib
122 The standard dynamic memory management interface functions implemented by the