Searched refs:new (Results 1 – 12 of 12) sorted by relevance
| /CTR-SDK-4.2.8-20130828/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.8-20130828/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.8-20130828/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.8-20130828/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.8-20130828/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.8-20130828/include/nn/socket/ |
| D | socket_SessionPool.h | 369 new (m_pSessionItemArray) SessionItem[count];
|