MCPcopy 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

getSpaceMethod · 0.85
getWorkingSpaceMethod · 0.85
purgeMethod · 0.85
hasWorkingSpaceMethod · 0.85
recomputeMethod · 0.85
acquireSpaceMethod · 0.85
~SpaceMethod · 0.85
disabledMethod · 0.85
leafMethod · 0.85
nextMethod · 0.85
addMethod · 0.85
copiedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected