new                55 MMgc/AllocationMacros.h #define mmfx_new(new_data)					new (MMgc::kUseFixedMalloc) new_data
new                56 MMgc/AllocationMacros.h #define mmfx_new0(new_data)					new (MMgc::kUseFixedMalloc, MMgc::kZero) new_data
new                60 MMgc/AllocationMacros.h #define mmfx_new_opt(new_data, opts)		new (MMgc::kUseFixedMalloc, opts) new_data
new                72 MMgc/AllocationMacros.h #define mmfx_new(new_data)					new new_data
new                73 MMgc/AllocationMacros.h #define mmfx_new0(new_data)					new (MMgc::kZero) new_data
new                75 MMgc/AllocationMacros.h #define mmfx_new_array(type, n)				new type[n]
new                77 MMgc/AllocationMacros.h #define mmfx_new_opt(new_data, opts)		new (opts) new_data
new                78 MMgc/AllocationMacros.h #define mmfx_new_array_opt(type, n, opts)	new (opts) type[n]
new                83 MMgc/AllocationMacros.h #define mmfx_alloc(_siz)                    new char[_siz]
new                84 MMgc/AllocationMacros.h #define mmfx_alloc_opt(_siz, opts)          new (opts) char[_siz]
new                91 MMgc/AllocationMacros.h #define system_new(new_data)				new new_data
new                92 MMgc/AllocationMacros.h #define system_new_array(type, n)			new type[n]
new               112 MMgc/FixedAlloc-inlines.h 	REALLY_INLINE void* FastAllocator::operator new(size_t size, FixedAlloc *alloc)
new               242 MMgc/FixedAlloc.h 		static void *operator new(size_t size, FixedAlloc *alloc);
new               244 MMgc/FixedAlloc.h 		static void *operator new[](size_t size);		
new                51 MMgc/GC-inlines.h 	REALLY_INLINE void *GCRoot::operator new(size_t size)
new               134 MMgc/GC.h      		void *operator new(size_t size);
new                58 MMgc/GCAllocObject.h 		void* operator new (size_t size);
new                59 MMgc/GCAllocObject.h 		void* operator new [] (size_t size);
new               135 MMgc/GCGlobalNew.h REALLY_INLINE void *operator new[](size_t size) MMGC_NEW_THROWS_CLAUSE
new               140 MMgc/GCGlobalNew.h REALLY_INLINE void *operator new[](size_t size, MMgc::FixedMallocOpts opts) MMGC_NEW_THROWS_CLAUSE
new               273 MMgc/GCGlobalNew.h 			new ((void*)tp) T;
new               437 MMgc/GCGlobalNew.h REALLY_INLINE void *operator new[](size_t size) MMGC_NEW_THROWS_CLAUSE
new                73 MMgc/GCObject.h 		static void *operator new(size_t size, GC *gc, size_t extra) GNUC_ONLY(throw());
new                75 MMgc/GCObject.h 		static void *operator new(size_t size, GC *gc) GNUC_ONLY(throw());
new                93 MMgc/GCObject.h 		static void* operator new(size_t size, GC *gc, size_t extra);
new                94 MMgc/GCObject.h 		static void* operator new(size_t size, GC *gc);
new                98 MMgc/GCObject.h 	REALLY_INLINE void *GCObject::operator new(size_t size, GC *gc, size_t extra) GNUC_ONLY(throw())
new               103 MMgc/GCObject.h 	REALLY_INLINE void *GCObject::operator new(size_t size, GC *gc) GNUC_ONLY(throw())
new               128 MMgc/GCObject.h 	REALLY_INLINE void* GCFinalizedObject::operator new(size_t size, GC *gc, size_t extra)
new               133 MMgc/GCObject.h 	REALLY_INLINE void* GCFinalizedObject::operator new(size_t size, GC *gc)
new               171 MMgc/GCObject.h 		REALLY_INLINE static void *operator new(size_t size, GC *gc, size_t extra)
new               176 MMgc/GCObject.h 		REALLY_INLINE static void *operator new(size_t size, GC *gc)
new                66 MMgc/GCWeakRef.h 		static void *operator new(size_t size, GC *gc)
new                48 core/CodegenLIR-inlines.h     LineNumberRecord* record = new (gc) LineNumberRecord(file,line);
new               141 core/ErrorClass.h 				return new (ivtable->gc(), ivtable->getExtraSize()) obj(ivtable, delegate);		\
new               172 core/Exception.h 		void *operator new(size_t, void* p) { return p; }
new               247 core/Exception.h 		ExceptionFrame& _ef = *(new (mem) ExceptionFrame); \
new               304 core/NativeFunction.h 			FQCLS* cc = new (cvtable->gc(), cvtable->getExtraSize()) FQCLS(cvtable); \
new               311 core/NativeFunction.h 		{ return new (cvtable->gc(), cvtable->getExtraSize()) FQCLS(cvtable); }
new                44 core/PoolObject-inlines.h REALLY_INLINE void* PrecomputedMultinames::operator new(size_t size, size_t extra)
new                60 core/PoolObject.h 		void *operator new(size_t size, size_t extra=0);
new                88 core/ScriptBuffer.h 		static void *operator new(size_t size, MMgc::GC *gc, size_t extra = 0)
new               201 core/SortedMap.h 		void* operator new(size_t size);
new               186 core/StackTrace.h 		inline void* operator new(size_t, void* storage) { return storage; }
new               567 core/StringObject.h 		REALLY_INLINE	void*		operator new(size_t size, MMgc::GC *gc)
new               569 core/StringObject.h 			return AvmPlusScriptableObject::operator new(size, gc);
new               649 core/StringObject.h 				void*		operator new(size_t); // unimplemented
new               670 core/StringObject.h 		void*				operator new(size_t); // unimplemented
new               697 core/StringObject.h 		void*					operator new(size_t); // unimplemented
new                56 core/avmplusStack.h 			data = new T[kInitialCapacity];
new                96 core/avmplusStack.h 			T *newData = new T[newMax];
new               211 eval/eval-util.h 	new (allocator->alloc(sizeof(type))) type args
new               108 nanojit/Allocator.h inline void* operator new[](size_t size, nanojit::Allocator& a) {
new               113 nanojit/Allocator.h inline void* operator new[](size_t size, nanojit::Allocator* a) {
new               125 nanojit/Containers.h             Seq<T>* e = new (allocator) Seq<T>(item, items);
new               133 nanojit/Containers.h             Seq<T>* e = new (allocator) Seq<T>(item);
new               280 nanojit/Containers.h             , buckets(new (a) Seq<Node>*[nbuckets])
new               300 nanojit/Containers.h             buckets[i] = new (allocator) Seq<Node>(Node(k,v), buckets[i]);
new               404 nanojit/Containers.h                 n = new (alloc) Node(k, v);
new              1482 nanojit/LIR.h              exprs = new (alloc) LInsHashSet(alloc, kInitialCaps);
new               177 shell/ShellCore.h 			return allowDebugger ? new (GetGC()) DebugCLI(this, (avmplus::Debugger::TraceLevel)tracelevel) : NULL;
new               179 shell/ShellCore.h 		virtual avmplus::Profiler* createProfiler() { AvmAssert(allowDebugger >= 0); return allowDebugger ? new (GetGC()) Profiler(this) : NULL; }