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

Function nullcIsStackPointer

NULLC/nullc.cpp:764–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764nullres nullcIsStackPointer(void* ptr)
765{
766 NULLCRef r;
767 r.ptr = (char*)ptr;
768 return (nullres)IsPointerUnmanaged(r);
769}
770
771nullres nullcIsManagedPointer(void* ptr)
772{

Callers 1

RunInterfaceTestsFunction · 0.85

Calls 1

IsPointerUnmanagedFunction · 0.85

Tested by 1

RunInterfaceTestsFunction · 0.68