Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.45
remove
Method · 0.45
find
Method · 0.45
pop
Method · 0.45
push
Method · 0.45
start_wait
Method · 0.45
stop_wait
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected