MCPcopy 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
192inline value alloc_pointer(void *inPtr) { return alloc_abstract((vkind)(0x100 + 2),inPtr); }
193
194
195template<typename T> struct SigType { enum { Char='?' }; };

Callers

nothing calls this directly

Calls 1

alloc_abstractFunction · 0.85

Tested by

no test coverage detected