Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
44
void aligned_free(void* ptr) {
45
return ::je_free(ptr);
46
}
47
48
#ifndef _WIN32
49
extern
"C"
mmap_hook_type je___mmap_hook;
Callers
5
operator delete
Method · 0.85
deallocate
Method · 0.85
operator()
Method · 0.85
do_deallocate
Method · 0.85
TestDealloc
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
1
TestDealloc
Function · 0.68