Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RichieSams/FiberTaskingLib
/ AlignedFree
Function
AlignedFree
source/alloc.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void AlignedFree(void *block) {
78
free(block);
79
}
80
81
#elif defined(FTL_OS_WINDOWS)
82
Callers
2
~Fiber
Method · 0.85
~ThreadLocal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected