Maximum size for CreateWithCustomLimit() allocated buffers.
Synopsis
Declared in <absl/strings/cord_buffer.h>
inline constexpr static
size_t kCustomLimit = 64U << 10;
Description
Note that the effective capacity may be slightly less because of internal overhead of internal cord buffers.
Created with MrDocs