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

Method allocBytes

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

Source from the content-addressed store, hash-verified

196
197#ifdef WANT_DYNALLOC_ALLOC_BYTES
198void *DynAlloc::allocBytes(size_t n)
199{
200 return hx_alloc((int)n);
201}
202#endif
203
204

Callers 6

TConvertToUTF8Function · 0.45
ascii_substrMethod · 0.45
wc_strMethod · 0.45
wchar_strMethod · 0.45
to_utf8Function · 0.45
from_utf8Function · 0.45

Calls 1

hx_allocFunction · 0.85

Tested by

no test coverage detected