Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ alloc_node
Method
alloc_node
lib/pugixml/src/pugixml.cpp:11174–11177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11172
}
11173
11174
void* alloc_node()
11175
{
11176
return _alloc->allocate(sizeof(xpath_ast_node));
11177
}
11178
11179
xpath_ast_node* alloc_node(ast_type_t type, xpath_value_type rettype, const char_t* value)
11180
{
Callers
nothing calls this directly
Calls
1
allocate
Method · 0.45
Tested by
no test coverage detected