Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ MSpace
Method
MSpace
libCacheSim/dataStructure/sparsepp/spp_dlalloc.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
struct MSpace : public spp_rc
74
{
75
MSpace() :
76
_sp(create_mspace(0, 0))
77
{}
78
79
~MSpace()
80
{
Callers
nothing calls this directly
Calls
1
create_mspace
Function · 0.85
Tested by
no test coverage detected