| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Allocator.h | 14 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 D | InternalInputSource.h | 27 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 D | OpenElement.h | 25 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 D | Entity.h | 261 static EntityOrigin *make(Allocator &, const ConstPtr<Entity> &); 262 static EntityOrigin *make(Allocator &, 265 static EntityOrigin *make(Allocator &,
|
| H A D | Event.h | 84 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 D | Allocator.cxx | 13 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 D | OutputState.h | 31 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 D | OutputState.cxx | 34 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 D | Undo.h | 25 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 D | ArcProcessor.h | 20 class Allocator; variable 63 Allocator &); 65 Allocator &); 152 Allocator &allocator);
|
| H A D | Location.cxx | 42 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 D | ParserState.h | 172 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 D | Makefile.sub | 8 COMMON_OBJS=Allocator.o Link.o IListBase.o TypeId.o assert.o
|
| H A D | ArcEngine.cxx | 126 Allocator alloc_; 1025 Allocator &alloc) in processStartElement() 1108 Allocator &alloc) in emitArcContent() 1689 Allocator &alloc) in processEndElement()
|