[#absl-Cord-EstimatedMemoryUsage] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::EstimatedMemoryUsage :relfileprefix: ../../ :mrdocs: Returns the _approximate_ number of bytes held by this cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t EstimatedMemoryUsage(xref:absl/CordMemoryAccounting.adoc[CordMemoryAccounting] accounting_method = CordMemoryAccounting::kTotal) const; ---- == Description See CordMemoryAccounting for more information on the accounting method. == Return Value The approximate number of bytes held by the Cord. == Parameters [cols="1,4"] |=== | Name| Description | *accounting_method* | The accounting mode used for the estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#