Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/fnd/
Dfnd_ExpHeap.cpp60 void* memory = detail::AllocFromHeap(&m_ExpHeapImpl, byteSize, alignment); in Allocate() local
61 if(memory != NULL) in Allocate()
65 return memory; in Allocate()
/CTR-SDK-0.13.2/include/nn/net/compatible/nhttp/
Dnhttp.h290 …AddPostDataAscii(NHTTPConnectionHandle handle, const char *label, const char *value, void* memory);
291 …nary(NHTTPConnectionHandle handle, const char *label, const void *value, u32 length, void* memory);
292 s32 NHTTP_AddPostDataRaw(NHTTPConnectionHandle handle, const void *value, u32 length, void* memory);
/CTR-SDK-0.13.2/sources/libraries/fnd/detail/
Dfnd_DetailHeap.cpp1287 void* memory = NULL; in AllocFromHeap() local
1304 memory = AllocFromHead(heap, size, alignment); in AllocFromHeap()
1308 memory = AllocFromTail(heap, size, -alignment); in AllocFromHeap()
1311 return memory; in AllocFromHeap()