asmjit::ArenaString< N > Class Template Reference [¶]
class asmjit::ArenaString< N >
A string template that can be arena-allocated.
Helps with creating strings that can be either statically allocated if they are small, or externally allocated in case their size exceeds the limit. The N
represents the size of the whole ArenaString
structure, based on that size the maximum size of the internal buffer is determined.