Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ alloc_string_len
Function
alloc_string_len
src/hx/CFFI.cpp:436–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
hx::Object *alloc_string_len(const char *inStr,int inLen)
437
{
438
return Dynamic( String::create(inStr,inLen) ).GetPtr();
439
}
440
441
hx::Object *alloc_wstring_len(const wchar_t *inStr,int inLen)
442
{
Callers
2
alloc_string
Function · 0.85
ToValue
Function · 0.85
Calls
2
GetPtr
Method · 0.80
Dynamic
Class · 0.50
Tested by
no test coverage detected