Searched refs:ArenaAllocator (Results 1 – 10 of 10) sorted by relevance
25 ICE_TLS_DEFINE_FIELD(ArenaAllocator *, CfgAllocatorTraits, CfgAllocator);32 ArenaAllocator *Allocator = in set_current()37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current()45 ICE_TLS_DEFINE_FIELD(ArenaAllocator *, LivenessAllocatorTraits,53 ArenaAllocator *Allocator = in set_current()
32 using ArenaAllocator = variable41 LockedArenaAllocator(ArenaAllocator *Alloc, std::mutex *Mutex) in LockedArenaAllocator()47 ArenaAllocator *operator->() { return Alloc; }50 ArenaAllocator *Alloc;137 using allocator_type = ArenaAllocator *;145 static void set_current(ArenaAllocator *Allocator);149 ICE_TLS_DECLARE_FIELD(ArenaAllocator *, CfgAllocator);164 using allocator_type = ArenaAllocator *;174 ICE_TLS_DECLARE_FIELD(ArenaAllocator *, LivenessAllocator);
108 ArenaAllocator *getAllocator() const { return Alloc.get(); } in getAllocator()125 : Alloc(new ArenaAllocator()), AllocScope(this), Func(Func), Mode(Mode) {} in Liveness()136 std::unique_ptr<ArenaAllocator> Alloc;
34 std::unique_ptr<ArenaAllocator> Allocator;297 static ArenaAllocator *createAllocator();
430 ArenaAllocator Allocator;518 LockedPtr<ArenaAllocator> getAllocator() { in getAllocator()519 return LockedPtr<ArenaAllocator>(&Allocator, &AllocLock); in getAllocator()
166 VariableDeclarationList() : Arena(new ArenaAllocator()) {} in VariableDeclarationList()262 using ArenaPtr = std::unique_ptr<ArenaAllocator>;
62 ArenaAllocator *Cfg::createAllocator() { in createAllocator()63 ArenaAllocator *Allocator = new ArenaAllocator(); in createAllocator()
28 class ArenaAllocator {46 ArenaAllocator() { addNode(AllocUnit); } in ArenaAllocator() function48 ~ArenaAllocator() { in ~ArenaAllocator()229 VariableSymbolNode *demangleUntypedVariable(ArenaAllocator &Arena,233 demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena,257 ArenaAllocator Arena;
329 class ArenaAllocator class in grpc::testing::__anon87a693e40111::ArenaAllocatorTest358 std::unique_ptr<ArenaAllocator> allocator(new ArenaAllocator); in TEST_P()
318 static NamedIdentifierNode *synthesizeNamedIdentifier(ArenaAllocator &Arena, in synthesizeNamedIdentifier()325 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()335 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()341 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena, in synthesizeVariable()351 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable()364 Demangler::demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena, in demangleRttiBaseClassDescriptorNode()1557 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray()