Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 14 of 14) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DAllocator.h14 class SP_API Allocator {
16 Allocator(size_t maxSize, unsigned blocksPerSegment);
17 ~Allocator();
54 Allocator(const Allocator &); // undefined
55 Allocator &operator=(const Allocator &); // undefined
H A DInternalInputSource.h27 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
28 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
29 void operator delete(void *p) { Allocator::free(p); } in delete()
H A DOpenElement.h25 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
26 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
27 void operator delete(void *p) { Allocator::free(p); } in delete()
H A DEntity.h261 static EntityOrigin *make(Allocator &, const ConstPtr<Entity> &);
262 static EntityOrigin *make(Allocator &,
265 static EntityOrigin *make(Allocator &,
H A DEvent.h84 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
85 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
86 void operator delete(void *p) { Allocator::free(p); } in delete()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DAllocator.cxx13 Allocator::Allocator(size_t maxSize, unsigned blocksPerSegment) in Allocator() function in SP_NAMESPACE::Allocator
21 Allocator::~Allocator() in ~Allocator()
34 void *Allocator::alloc(size_t sz) in alloc()
48 void *Allocator::allocSimple(size_t sz) in allocSimple()
55 void Allocator::free(void *p) in free()
76 void *Allocator::alloc1() in alloc1()
98 void Allocator::tooBig(size_t sz) in tooBig()
H A DOutputState.h31 class Allocator; variable
37 void handleRe(EventHandler &, Allocator &, const EventsWanted &,
39 void noteRs(EventHandler &, Allocator &, const EventsWanted &);
40 void noteMarkup(EventHandler &, Allocator &, const EventsWanted &);
41 void noteData(EventHandler &, Allocator &, const EventsWanted &);
43 EventHandler &, Allocator &, const EventsWanted &);
45 EventHandler &, Allocator &, const EventsWanted &);
H A DOutputState.cxx34 void OutputState::handleRe(EventHandler &handler, Allocator &alloc, in handleRe()
72 void OutputState::noteRs(EventHandler &, Allocator &, const EventsWanted &) in noteRs() argument
80 void OutputState::noteMarkup(EventHandler &, Allocator &, const EventsWanted &) in noteMarkup() argument
94 void OutputState::noteData(EventHandler &handler, Allocator &alloc, in noteData()
103 EventHandler &handler, Allocator &alloc, in noteStartElement()
116 Allocator &alloc, in noteEndElement()
H A DUndo.h25 void *operator new(size_t sz, Allocator &alloc) { return alloc.alloc(sz); } in new()
26 void *operator new(size_t sz) { return Allocator::allocSimple(sz); } in new()
27 void operator delete(void *p) { Allocator::free(p); } in delete()
H A DArcProcessor.h20 class Allocator; variable
63 Allocator &);
65 Allocator &);
152 Allocator &allocator);
H A DLocation.cxx42 void *operator new(size_t sz, Allocator &alloc) { in operator new()
46 return Allocator::allocSimple(sz); in operator new()
49 Allocator::free(p); in operator delete()
314 EntityOrigin *EntityOrigin::make(Allocator &alloc, in make()
320 EntityOrigin *EntityOrigin::make(Allocator &alloc, in make()
327 EntityOrigin *EntityOrigin::make(Allocator &alloc, in make()
H A DParserState.h172 Allocator &eventAllocator();
175 Allocator &internalAllocator();
257 Allocator eventAllocator_;
258 Allocator internalAllocator_;
600 Allocator &ParserState::eventAllocator() in eventAllocator()
606 Allocator &ParserState::internalAllocator() in internalAllocator()
H A DMakefile.sub8 COMMON_OBJS=Allocator.o Link.o IListBase.o TypeId.o assert.o
H A DArcEngine.cxx126 Allocator alloc_;
1025 Allocator &alloc) in processStartElement()
1108 Allocator &alloc) in emitArcContent()
1689 Allocator &alloc) in processEndElement()