commit | 46cd5a033073e9383a6ae1b348b28d0cdae85ef6 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue May 21 21:40:38 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 20 08:42:45 2019 -0400 |
tree | a654d6341c5ee127274749ea8a82566ab91d1815 | |
parent | bc30f4f0194b74b8081a771e605ab5ec5c83d028 [diff] |
mem_slab: enforce minimum alignment on statically allocated slabs There is no point allowing smaller alignments. And on 64-bit systems the minimum becomes 8 rather than 4, so let's adjust things automatically. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>