MCPcopy Create free account
hub / github.com/WheretIB/nullc / IsPointerUnmanaged

Function IsPointerUnmanaged

NULLC/Executor_Common.cpp:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 GC::unmanageableTop = base + size;
428}
429int IsPointerUnmanaged(NULLCRef ptr)
430{
431 return ptr.ptr >= GC::unmanageableBase && ptr.ptr <= GC::unmanageableTop;
432}
433
434// Main function for marking all pointers in a program
435void MarkUsedBlocks()

Callers 2

checkedCopyFunction · 0.85
nullcIsStackPointerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected