MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / memalign

Function memalign

FEXCore/Source/Utils/AllocatorHooks.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 return ::je_calloc(n, size);
22}
23void* memalign(size_t align, size_t s) {
24 return ::je_memalign(align, s);
25}
26void* valloc(size_t size) {
27 return ::je_valloc(size);
28}

Callers 1

do_allocateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected