]> git.ipfire.org Git - thirdparty/systemd.git/commit
fundamental: Move alignment logic to memory-util-fundamental.h
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 18 Apr 2025 09:26:43 +0000 (11:26 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 18 Apr 2025 11:59:06 +0000 (13:59 +0200)
commitedfd847d47584f8772d8e818f42f34882e594aaa
tree31b630a24ebd25efa71019a95fd37a0f0efd0901
parent5a124e8ee1843f6e49db56fad66f96a5d4980878
fundamental: Move alignment logic to memory-util-fundamental.h

Aligning is closely related to memory management, so let's move these
macros and functions to memory-util-fundamental.h. This will allow us
to move assertion related logic out of macro-fundamental.h as well in
a later commit.
src/fundamental/macro-fundamental.h
src/fundamental/memory-util-fundamental.h