Home
last modified time | relevance | path

Searched refs:new (Results 1 – 21 of 21) sorted by relevance

/CTR-SDK-4.2.5/build/omake/
Dplatformdefs.om25 new() =
49 new(pn, ct, dt) =
73 global.NN_PLATFORM_MANAGER = $(PlatformManager.new)
Dpackagedefs.om25 new() =
54 global.PACKAGE_MANAGER = $(PackageManager.new)
Dtargetdefs.om188 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))
Dcommondefs.cctype.om36 new() =
225 global.COMPILER = $(CompilerClass.new)
/CTR-SDK-4.2.5/include/nn/util/
Dutil_AutoObject.h80 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/
Dro_RegistrationList.h67 void* operator new(size_t size) throw ();
Dro_Module.h255 void* operator new(size_t size) throw ();
/CTR-SDK-4.2.5/build/omake/platforms/
DCTR.om17 s = $(PlatformSpec.new CTR,RVCT,PARTNER)
/CTR-SDK-4.2.5/build/omake/platforms/CTR/
DCTR.targetdefs.om25 new(name) =
145 private.spec = $(TargetSpecCTR.new $'CTR-TS')
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_Allocator.h95 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()
Dfnd_ExpHeap.h641 …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()
Dfnd_UnitHeap.h509 …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()
Dfnd_FrameHeap.h621 …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/
Drdt_ReceiverImpl.h98 static void* operator new(size_t size, void *pBuf) throw() in new() function
Drdt_SenderImpl.h104 static void* operator new(size_t size, void *pBuf) throw() in new() function
/CTR-SDK-4.2.5/build/omake/platforms/WIN/
DWIN.targetdefs.om24 private.spec = $(TargetSpec.new $'WIN-IA32')
/CTR-SDK-4.2.5/build/omake/compilers/
Dcommondefs.cctype.GCC.om77 new() =
Dcommondefs.cctype.RVCT.om292 new() =
/CTR-SDK-4.2.5/include/nn/os/
Dos_Thread.h792 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()
Dos_ManagedThread.h817 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/
Dsocket_SessionPool.h369 new (m_pSessionItemArray) SessionItem[count];