Searched defs:ALIGN_8 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dcompress.c50 #define ALIGN_8(l) ALIGN_TO(l, sizeof(size_t)) macro
266 if (!(greedy_realloc(buffer, buffer_size, ALIGN_8(prefix_len + 1), 1)))
323 if (!(greedy_realloc(buffer, buffer_size, ALIGN_8(prefix_len + 1), 1)))

Completed in 12 milliseconds