Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ aligned_free
Function
aligned_free
src/memory/memory.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
extern
"C"
auto aligned_free(void* ptr) -> void {
97
if (allocator) {
98
allocator->aligned_free(ptr);
99
}
100
}
101
102
auto MemoryInit() -> void {
103
auto allocator_addr =
Callers
8
DestroyPageDirectory
Method · 0.70
RecursiveFreePageTable
Method · 0.70
RecursiveClonePageTable
Method · 0.70
~IoBuffer
Method · 0.50
operator=
Method · 0.50
~TaskControlBlock
Method · 0.50
operator delete
Function · 0.50
operator delete[]
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected