MCPcopy Create free account
hub / github.com/boostorg/build / Disguise

Function Disguise

v2/engine/boehm_gc/tests/test_cpp.cc:173–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173GC_word Disguise( void* p ) {
174 return ~ (GC_word) p;}
175
176void* Undisguise( GC_word i ) {
177 return (void*) ~ i;}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected