Searched refs:new (Results 1 – 21 of 21) sorted by relevance
| /CTR-SDK-4.2.5/build/omake/ |
| D | platformdefs.om | 25 new() = 49 new(pn, ct, dt) = 73 global.NN_PLATFORM_MANAGER = $(PlatformManager.new)
|
| D | packagedefs.om | 25 new() = 54 global.PACKAGE_MANAGER = $(PackageManager.new)
|
| D | targetdefs.om | 188 new(name) = 249 new() = 763 new() = 829 new() = 952 private.tgt = $(TargetConfig.new) 971 private.tgt = $(TargetConfig.new) 1006 private.tgt = $(HardwareTargetConfig.new) 1056 new(manager) = 1146 global.TARGET_MANAGER = $(TargetManager.new) 1164 global.BUILDER = $(Builder.new $(TARGET_MANAGER))
|
| D | commondefs.cctype.om | 36 new() = 225 global.COMPILER = $(CompilerClass.new)
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_AutoObject.h | 80 AutoObject(const nn::WithInitialize&) : m_P(new Object()) {} in AutoObject() 83 AutoObject(const T& x) : m_P(new Object(x)) {} in AutoObject() 163 autoObject.m_P = new Object(*autoObject); in Updater() 198 return new Object(*p); in Release()
|
| /CTR-SDK-4.2.5/include/nn/ro/ |
| D | ro_RegistrationList.h | 67 void* operator new(size_t size) throw ();
|
| D | ro_Module.h | 255 void* operator new(size_t size) throw ();
|
| /CTR-SDK-4.2.5/build/omake/platforms/ |
| D | CTR.om | 17 s = $(PlatformSpec.new CTR,RVCT,PARTNER)
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.targetdefs.om | 25 new(name) = 145 private.spec = $(TargetSpecCTR.new $'CTR-TS')
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_Allocator.h | 95 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() 125 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct()
|
| D | fnd_ExpHeap.h | 641 …heap = new (addr) ExpHeapTemplate(reinterpret_cast<uptr>(addr)+sizeof(ExpHeapTemplate), static_cas… in Create() 646 …heap = new (placeaddr) ExpHeapTemplate(reinterpret_cast<uptr>(addr), static_cast<size_t>(size - si… in Create()
|
| D | fnd_UnitHeap.h | 509 …heap = new (addr) UnitHeapTemplate(unit, reinterpret_cast<uptr>(addr)+sizeof(UnitHeapTemplate), st… in Create() 514 …heap = new (placeaddr) UnitHeapTemplate(unit, reinterpret_cast<uptr>(addr), static_cast<size_t>(si… in Create()
|
| D | fnd_FrameHeap.h | 621 …heap = new (addr) FrameHeapTemplate(reinterpret_cast<uptr>(addr)+sizeof(FrameHeapTemplate), static… in Create() 626 …heap = new (placeaddr) FrameHeapTemplate(reinterpret_cast<uptr>(addr), static_cast<size_t>(size - … in Create()
|
| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_ReceiverImpl.h | 98 static void* operator new(size_t size, void *pBuf) throw() in new() function
|
| D | rdt_SenderImpl.h | 104 static void* operator new(size_t size, void *pBuf) throw() in new() function
|
| /CTR-SDK-4.2.5/build/omake/platforms/WIN/ |
| D | WIN.targetdefs.om | 24 private.spec = $(TargetSpec.new $'WIN-IA32')
|
| /CTR-SDK-4.2.5/build/omake/compilers/ |
| D | commondefs.cctype.GCC.om | 77 new() =
|
| D | commondefs.cctype.RVCT.om | 292 new() =
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_Thread.h | 792 new (dst) T(*reinterpret_cast<const U*>(src)); in Copy() 797 new (dst) T(*reinterpret_cast<const T*>(src)); in Copy() 1110 new(p) Thread(Thread::InitializeAsCurrentTag()); in InitializeAsMainThread()
|
| D | os_ManagedThread.h | 817 new (dst) T(*reinterpret_cast<const U*>(src)); in Copy() 822 new (dst) T(*reinterpret_cast<const T*>(src)); in Copy()
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_SessionPool.h | 369 new (m_pSessionItemArray) SessionItem[count];
|