MCPcopy 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
96extern "C" auto aligned_free(void* ptr) -> void {
97 if (allocator) {
98 allocator->aligned_free(ptr);
99 }
100}
101
102auto MemoryInit() -> void {
103 auto allocator_addr =

Callers 8

DestroyPageDirectoryMethod · 0.70
~IoBufferMethod · 0.50
operator=Method · 0.50
~TaskControlBlockMethod · 0.50
operator deleteFunction · 0.50
operator delete[]Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected