zephyr/lib/libc/minimal/source
Nicolas Pitre cf974371fb mempool: make alignment/rounding 64-bit compatible
Minimum alignment and rounding must be done on a word boundary. Let's
replace _ALIGN4() with WB_UP() which is equivalent on 32-bit targets,
and 64-bit aware.

Also enforce a minimal alignment on the memory pool. This is making
a difference mostly on64-bit targets where the widely used 4-byte
alignment is not sufficient.

The _ALIGN4() macro has no users left so it is removed.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-02 19:41:20 -07:00
..
stdlib mempool: make alignment/rounding 64-bit compatible 2019-07-02 19:41:20 -07:00
stdout cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
string string.c: make it 64-bit compatible 2019-06-07 13:19:51 -07:00