MCPcopy Create free account
hub / github.com/Singular/Singular / is_null

Method is_null

kernel/oswrapper/vspace.h:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 return vaddr != internals::VADDR_NULL;
436 }
437 bool is_null() {
438 return vaddr == internals::VADDR_NULL;
439 }
440 VRef(void *ptr) {
441 vaddr = internals::allocated_ptr_to_vaddr(ptr);
442 }

Callers 8

addMethod · 0.45
removeMethod · 0.45
findMethod · 0.45
popMethod · 0.45
pushMethod · 0.45
start_waitMethod · 0.45
stop_waitMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected