Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
void *DynAlloc::allocBytes(size_t n)
199
{
200
return hx_alloc((int)n);
201
}
202
#endif
203
204
Callers
6
TConvertToUTF8
Function · 0.45
ascii_substr
Method · 0.45
wc_str
Method · 0.45
wchar_str
Method · 0.45
to_utf8
Function · 0.45
from_utf8
Function · 0.45
Calls
1
hx_alloc
Function · 0.85
Tested by
no test coverage detected