MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / __libnx_aligned_alloc

Function __libnx_aligned_alloc

projects/uSystem/source/main.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void *__libnx_aligned_alloc(size_t align, size_t size) {
32 return aligned_alloc(align, size);
33 }
34
35 void __libnx_free(void *ptr) {
36 return free(ptr);

Callers 1

InitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected