Home
last modified time | relevance | path

Searched refs:ArenaAllocator (Results 76 – 100 of 371) sorted by relevance

12345678910>>...15

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DXalanAVTPartXPathAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanAVTPartSimpleAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemApplyTemplatesAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemCallTemplateAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemElementAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemTemplateAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanAVTAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemAttributeAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemVariableAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemAttributeSetAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemValueOfAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemLiteralResultAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanMatchPatternDataAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
H A DXalanElemTextLiteralAllocator.hpp49 typedef ArenaAllocator<data_type,
52 typedef ArenaAllocator<data_type> ArenaAllocatorType;
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/windows/ctemplate/
H A Dtemplate_dictionary.h72 template <class T, class C> class ArenaAllocator; variable
254 ArenaAllocator<TemplateDictionary*, UnsafeArena> >
258 ArenaAllocator<std::pair<const TemplateId, TemplateString>,
263 ArenaAllocator<std::pair<const TemplateId, DictVector*>,
268 ArenaAllocator<std::pair<const TemplateId, DictVector*>,
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeTextIWSAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeCommentAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeTextAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeElementNAAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeProcessingInstructionAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeElementAAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeAttributeNSAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeElementNANSAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
H A DXalanSourceTreeElementANSAllocator.hpp51 typedef ArenaAllocator<ObjectType,
54 typedef ArenaAllocator<ObjectType> ArenaAllocatorType;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceLiveness.h108 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;

12345678910>>...15