Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ aligned_free
Function
aligned_free
tests/unit_test/virtual_memory_test.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
extern
"C"
void aligned_free(void* ptr) {
70
MockAllocator::GetInstance().Free(ptr);
71
}
72
73
class VirtualMemoryTest : public ::testing::Test {
74
protected:
Callers
nothing calls this directly
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected