MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / capacity

Method capacity

lib/asmjit/asmjit/core/string.h:190–191  ·  view source on GitHub ↗

Returns the capacity of the string.

Source from the content-addressed store, hash-verified

188
189 //! Returns the capacity of the string.
190 [[nodiscard]]
191 ASMJIT_INLINE_NODEBUG size_t capacity() const noexcept { return is_large_or_external() ? _large.capacity : size_t(kSSOCapacity); }
192
193 //! Returns the data of the string.
194 [[nodiscard]]

Callers 5

grow_bufferMethod · 0.45
reserve_bufferMethod · 0.45
doneMethod · 0.45
test_string_growFunction · 0.45
UNITFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_string_growFunction · 0.36