Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ aligned_alloc
Function
aligned_alloc
FEXCore/Source/Utils/AllocatorHooks.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
return ::je_malloc_usable_size(ptr);
40
}
41
void* aligned_alloc(size_t a, size_t s) {
42
return ::je_aligned_alloc(a, s);
43
}
44
void aligned_free(void* ptr) {
45
return ::je_free(ptr);
46
}
Callers
7
operator new
Method · 0.85
allocate
Method · 0.85
make_unique
Function · 0.85
TestAlloc
Function · 0.85
convert
Function · 0.85
fex_custom_repack_entry
Function · 0.85
convert
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestAlloc
Function · 0.68