Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
764
nullres nullcIsStackPointer(void* ptr)
765
{
766
NULLCRef r;
767
r.ptr = (char*)ptr;
768
return (nullres)IsPointerUnmanaged(r);
769
}
770
771
nullres nullcIsManagedPointer(void* ptr)
772
{
Callers
1
RunInterfaceTests
Function · 0.85
Calls
1
IsPointerUnmanaged
Function · 0.85
Tested by
1
RunInterfaceTests
Function · 0.68