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

/systemd/src/journal/
H A Dtest-journal-send.c29 char huge[4096*1024]; local
56 memset(huge, 'x', sizeof(huge));
57 memcpy(huge, "HUGE=", 5);
58 char_array_0(huge);
61 huge,
H A Dtest-compress.c212 _cleanup_free_ char *huge = NULL; local
215 huge = malloc(HUGE_SIZE);
216 memset(huge, 'x', HUGE_SIZE);
217 memcpy(huge, "HUGE=", 5);
219 r = LZ4_compress_limitedOutput(huge, buf, HUGE_SIZE, buf_size);
224 r = LZ4_decompress_safe(buf, huge, r, HUGE_SIZE);
228 r = LZ4_decompress_safe_partial(buf, huge,
237 r = LZ4_decompress_safe_partial(buf, huge,
252 char huge[4096*1024]; local
253 memset(huge, '
[all...]

Completed in 11 milliseconds