| 44 | void __libnx_initheap(void) { } |
| 45 | void *__libnx_alloc(size_t size) { return nullptr; } |
| 46 | void *__libnx_aligned_alloc(size_t alignment, size_t size) { return nullptr; } |
| 47 | void __libnx_free(void* p) { } |
| 48 | |
| 49 | Result __nx_nv_create_tmem(TransferMemory *t, u32 *out_size, Permission perm) { |
nothing calls this directly
no outgoing calls
no test coverage detected