MCPcopy Create free account
hub / github.com/StanfordPL/x64asm / capacity

Method capacity

src/function.h:157–159  ·  view source on GitHub ↗

Returns the total number of bytes in the internal buffer. */

Source from the content-addressed store, hash-verified

155 }
156 /** Returns the total number of bytes in the internal buffer. */
157 size_t capacity() const {
158 return capacity_;
159 }
160
161 /** Extends the size of the internal buffer; reallocates if necessary. */
162 void reserve(size_t capacity) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected