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

Function aligned_free

FEXCore/Source/Utils/AllocatorHooks.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return ::je_aligned_alloc(a, s);
43}
44void aligned_free(void* ptr) {
45 return ::je_free(ptr);
46}
47
48#ifndef _WIN32
49extern "C" mmap_hook_type je___mmap_hook;

Callers 5

operator deleteMethod · 0.85
deallocateMethod · 0.85
operator()Method · 0.85
do_deallocateMethod · 0.85
TestDeallocFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by 1

TestDeallocFunction · 0.68