MCPcopy 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

302static VMem &vmem = VMem::vmem_global;
303
304inline Block *block_ptr(vaddr_t vaddr) {
305 return vmem.block_ptr(vaddr);
306}
307
308#ifdef HAVE_CPP_THREADS
309struct refcount_t {

Callers 3

add_segmentMethod · 0.85
print_freelistsFunction · 0.85
is_freeMethod · 0.85

Calls 1

block_ptrMethod · 0.45

Tested by

no test coverage detected