[#absl-CordBuffer-kCustomLimit] = xref:absl.adoc[absl]::xref:absl/CordBuffer.adoc[CordBuffer]::kCustomLimit :relfileprefix: ../../ :mrdocs: Maximum size for CreateWithCustomLimit() allocated buffers. == Synopsis Declared in `<absl/strings/cord_buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#