MCPcopy 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
69extern "C" void aligned_free(void* ptr) {
70 MockAllocator::GetInstance().Free(ptr);
71}
72
73class VirtualMemoryTest : public ::testing::Test {
74 protected:

Callers

nothing calls this directly

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected