MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / collected

Method collected

src/objectSampler.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 bool _full;
44
45 static inline bool collected(jweak w) {
46 return *(void**)((uintptr_t)w & ~(uintptr_t)1) == NULL;
47 }
48
49 public:
50 LiveRefs() : _lock(1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected