Home
last modified time | relevance | path

Searched refs:allocator (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/
Dfnd_Allocator.h63 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator() argument
102 static void SetAllocator(Allocator allocator) { s_Allocator = allocator; } in SetAllocator() argument
/CTR-SDK-1.3.0/CTR_SDK/include/nn/socket/
Dsocket_SessionPool.h360 …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);
Dsocket_Common.h111 …Result Initialize(nn::fnd::IAllocator& allocator, size_t bufferSize, s32 maxSessions) NN_ATTRIBUTE…
/CTR-SDK-1.3.0/CTR_SDK/include/nn/net/osl/
Dosl_IpcDispatcher.h167 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-1.3.0/CTR_SDK/include/nn/net/compatible/
Dnwmeth.h141 s32 NWMETH_Init(const NNETAllocator* allocator);
Dpeth.h133 extern s32 PETH_Init(const NNETAllocator *allocator);
Dhioeth.h139 extern s32 HIOETH_Init(const NNETAllocator* allocator);
Dnwcm.h277 s32 NWCM_Init(const NNETAllocator *allocator);
/CTR-SDK-1.3.0/CTR_SDK/include/nn/gx/CTR/
Dgx_CTR.h55 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-1.3.0/CTR_SDK/include/nn/net/compatible/nsoc/
Dnsoc_admin.h192 extern s32 NSOC_Init(const NNETAllocator *allocator);
/CTR-SDK-1.3.0/CTR_SDK/include/nn/net/compatible/nwcm/
Dnwcm.h190 extern s32 NWCM_Init(const NNETAllocator *allocator);