MCPcopy Create free account
hub / github.com/asmjit/asmjit / String

Class String

asmjit/core/string.h:73–385  ·  view source on GitHub ↗

A simple non-reference counted string that uses small string optimization (SSO). This string has 3 allocation possibilities: 1. Small - embedded buffer is used for up to `kSSOCapacity` characters. This should handle most small strings and thus avoid dynamic memory allocation for most use-cases. 2. Large - string that doesn't fit into an embedded buffer (or string that was truncated from a

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

mergeMethod · 0.85
capitalizeMethod · 0.85
camelCaseMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
toStringMethod · 0.85
flagsOfMethod · 0.85
mergeMethod · 0.85
printMissingMethod · 0.85
newInstFromGroupMethod · 0.85

Calls 2

swapFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected