MCPcopy Create free account
hub / github.com/SamoZ256/hydra / CodeMemory

Method CodeMemory

src/core/horizon/kernel/code_memory.hpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class CodeMemory : public AutoObject {
9 public:
10 CodeMemory(vaddr_t addr_, u64 size_,
11 const std::string_view debug_name = "CodeMemory")
12 : AutoObject(debug_name), addr{addr_}, size{size_} {}
13
14 private:
15 vaddr_t addr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected