MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / alloc_private

Function alloc_private

include/hx/CFFI.h:460–460  ·  view source on GitHub ↗

The bytes themselves will be GC'd, but not the pointers contained within.

Source from the content-addressed store, hash-verified

458
459// The bytes themselves will be GC'd, but not the pointers contained within.
460inline void * alloc_private(int i) { return hx_alloc(i); }
461
462// You should use alloc_buffer_len/buffer_data instead
463//value alloc_empty_string(int len) { }

Callers

nothing calls this directly

Calls 1

hx_allocFunction · 0.85

Tested by

no test coverage detected