Searched refs:allocator (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/fnd/ |
| D | fnd_Allocator.h | 61 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator() argument 100 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator() argument
|
| /CTR-SDK-0.13.2/include/nn/socket/ |
| D | socket_SessionPool.h | 360 …Result TryInitialize(const char8* pName, size_t nameLen, nn::fnd::IAllocator& allocator, s32 count… 363 m_pSessionItemArray = reinterpret_cast<SessionItem*>(allocator.Allocate(arraySize, 4)); 370 m_pAllocator = &allocator; 376 allocator.Free(m_pSessionItemArray);
|
| D | socket_Common.h | 112 …Result Initialize(nn::fnd::IAllocator& allocator, size_t bufferSize, s32 maxSessions) NN_ATTRIBUTE…
|
| /CTR-SDK-0.13.2/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new() argument 169 return allocator.Allocate(size, sizeof(u64)); in new() 219 nn::fnd::IAllocator& allocator, 222 , m_allocator(allocator) in m_cs()
|
| /CTR-SDK-0.13.2/include/nn/net/compatible/ |
| D | nwmeth.h | 141 s32 NWMETH_Init(const NNETAllocator* allocator);
|
| D | peth.h | 133 extern s32 PETH_Init(const NNETAllocator *allocator);
|
| D | hioeth.h | 139 extern s32 HIOETH_Init(const NNETAllocator* allocator);
|
| D | nwcm.h | 277 s32 NWCM_Init(const NNETAllocator *allocator);
|
| /CTR-SDK-0.13.2/include/nn/gx/CTR/ |
| D | gx_CTR.h | 55 NNGX_APICALL GLboolean NNGX_APIENTRY nngxInitialize(GLvoid* (*allocator)(GLenum, GLenum, GLuint, GL… 57 NNGX_APICALL void NNGX_APIENTRY nngxGetAllocator(GLvoid* (**allocator)(GLenum, GLenum, GLuint, GLsi…
|
| /CTR-SDK-0.13.2/include/nn/net/compatible/nsoc/ |
| D | nsoc_admin.h | 187 extern s32 NSOC_Init(const NNETAllocator *allocator);
|
| /CTR-SDK-0.13.2/include/nn/net/compatible/nwcm/ |
| D | nwcm.h | 190 extern s32 NWCM_Init(const NNETAllocator *allocator);
|