Searched refs:inst_memory (Results 1 – 1 of 1) sorted by relevance
56 static char inst_memory[sizeof(StackAllocator)]; in instance() local57 static StackAllocator* inst = new (inst_memory) StackAllocator; in instance()70 static char inst_memory[sizeof(flatbuffers::FlatBufferBuilder)]; in BuilderInstance() local72 new (inst_memory) flatbuffers::FlatBufferBuilder( in BuilderInstance()