Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ block_ptr
Function
block_ptr
kernel/oswrapper/vspace.h:304–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
static VMem &vmem = VMem::vmem_global;
303
304
inline Block *block_ptr(vaddr_t vaddr) {
305
return vmem.block_ptr(vaddr);
306
}
307
308
#ifdef HAVE_CPP_THREADS
309
struct refcount_t {
Callers
3
add_segment
Method · 0.85
print_freelists
Function · 0.85
is_free
Method · 0.85
Calls
1
block_ptr
Method · 0.45
Tested by
no test coverage detected