Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ marked
Function
marked
gecode/support/marked-pointer.hpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
void* ptrjoin(void* p, ptrdiff_t m);
52
53
forceinline bool
54
marked(void* p) {
55
return (reinterpret_cast<ptrdiff_t>(p) & 1) != 0;
56
}
57
forceinline void*
58
mark(void* p) {
59
assert(!marked(p));
Callers
15
getSpace
Method · 0.85
getWorkingSpace
Method · 0.85
purge
Method · 0.85
hasWorkingSpace
Method · 0.85
recompute
Method · 0.85
acquireSpace
Method · 0.85
~Space
Method · 0.85
disabled
Method · 0.85
leaf
Method · 0.85
next
Method · 0.85
add
Method · 0.85
copied
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected