1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/oneway-malloc
Benjamin Valentin 65ab38a894 sys/oneway-malloc: only allocate word-aligned chunks
If an unevenly sized allocation is requested, the next buffer handed
out would start at an unaligned address.

Fix this by rounding up to the next word-sized allocation size.
2021-01-25 12:05:05 +01:00
..
include sys/oneway-malloc: fix typos 2019-11-23 22:39:38 +01:00
Makefile msp430: provide oneway-malloc implicitly 2014-05-22 15:40:25 +02:00
oneway-malloc.c sys/oneway-malloc: only allocate word-aligned chunks 2021-01-25 12:05:05 +01:00