Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ alloc_raw_string
Function
alloc_raw_string
src/hx/CFFI.cpp:910–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
908
}
909
910
hx::Object * alloc_raw_string(int length)
911
{
912
return Dynamic( String( (HX_CHAR *) alloc_private(length+1), length) ).GetPtr();
913
}
914
915
void val_gc(hx::Object * arg1,hx::finalizer arg2) THROWS
916
{
Callers
1
resizeByteData
Function · 0.85
Calls
4
GetPtr
Method · 0.80
alloc_private
Function · 0.70
Dynamic
Class · 0.50
String
Class · 0.50
Tested by
no test coverage detected