Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMC2/OpenMC2
/ mc2_aligned_free
Function
mc2_aligned_free
src/Memory.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void mc2_aligned_free(void *ptr) {
46
if (ptr != nullptr) _aligned_free(ptr);
47
}
48
49
char *mc2_strdup(const char *str) {
50
if (str == nullptr) return nullptr;
Callers
1
~Archive
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected