Searched refs:kMaxEntrySize (Results 1 – 1 of 1) sorted by relevance
283 constexpr size_t kMaxEntrySize = sizeof(*entry) + LOGGER_ENTRY_MAX_PAYLOAD + 1; in FlushTo() local284 unsigned char entry_copy[kMaxEntrySize] __attribute__((uninitialized)); in FlushTo()