asmjit::ArenaTmp< N > Class Template Reference [¶]
Inheritance diagram for asmjit::ArenaTmp< N >:

template<size_t N>
class asmjit::ArenaTmp< N >
class asmjit::ArenaTmp< N >
Arena with N
bytes of a static storage, used for the initial block.
Temporary arenas are used in cases where it's known that some memory will be required, but in many cases it won't exceed N bytes, so the whole operation can be performed without a dynamic memory allocation.