MCPcopy 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
77void AlignedFree(void *block) {
78 free(block);
79}
80
81#elif defined(FTL_OS_WINDOWS)
82

Callers 2

~FiberMethod · 0.85
~ThreadLocalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected