Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ ptr
Method
ptr
kernel/oswrapper/vspace.h:244–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
return block->is_free();
243
}
244
inline void *ptr(segaddr_t addr) {
245
return (void *) (base + addr);
246
}
247
VSeg() : base(NULL) {
248
}
249
VSeg(void *base) : base((unsigned char *) base) {
Callers
1
to_ptr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected