mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 22:10:34 +01:00
There are some Debian-supported architectures where `max_align_t` is only aligned to 4-bytes. This is unfortunate and breaks our assumptions. While glibc-malloc still guarantees 8 / 16 bytes alignment, this is not necessarily guaranteed by the C standard (and alternative allocators will deviate (see jemalloc, for instance)). Fortunately, we only need 2 flags, so a 4-byte alignment is more than enough. Reported-by: Thomas Haller Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com> https://github.com/c-util/c-rbtree/pull/4 |
||
|---|---|---|
| .. | ||
| c-rbtree-private.h | ||
| c-rbtree.c | ||
| c-rbtree.h | ||
| libcrbtree.sym | ||
| meson.build | ||
| test-api.c | ||
| test-basic.c | ||
| test-map.c | ||
| test-misc.c | ||
| test-parallel.c | ||
| test-posix.c | ||