Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ MockAllocator
Method
MockAllocator
tests/unit_test/virtual_memory_test.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
private:
61
MockAllocator() = default;
62
std::unordered_map<void*, size_t> allocated_blocks_;
63
};
64
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected