MCPcopy Create free account
hub / github.com/averne/Fizeau / __libnx_aligned_alloc

Function __libnx_aligned_alloc

sysmodule/src/main.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44void __libnx_initheap(void) { }
45void *__libnx_alloc(size_t size) { return nullptr; }
46void *__libnx_aligned_alloc(size_t alignment, size_t size) { return nullptr; }
47void __libnx_free(void* p) { }
48
49Result __nx_nv_create_tmem(TransferMemory *t, u32 *out_size, Permission perm) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected