Searched refs:alloc (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Defivars.c32 #include "alloc-util.h"
595 size_t alloc = 0; local
620 if (!GREEDY_REALLOC(list, alloc, count + 1))
/systemd/src/journal/
H A Djournal-verify.c25 #include "alloc-util.h"
158 size_t alloc = 0, b_size; local
163 &b, &alloc, &b_size, 0);

Completed in 15 milliseconds