Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ alloc_pointer
Function
alloc_pointer
include/hx/CFFIPrime.h:192–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
{
191
192
inline value alloc_pointer(void *inPtr) { return alloc_abstract((vkind)(0x100 + 2),inPtr); }
193
194
195
template<typename T> struct SigType { enum { Char=
'?'
}; };
Callers
nothing calls this directly
Calls
1
alloc_abstract
Function · 0.85
Tested by
no test coverage detected