Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ amrex_parser_delete
Function
amrex_parser_delete
Src/Base/Parser/AMReX_Parser_Y.cpp:278–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
void
279
amrex_parser_delete (struct amrex_parser* parser)
280
{
281
std::free(parser->p_root);
282
std::free(parser);
283
}
284
285
void
286
amrex_parser_delete_ptrs ()
Callers
1
~Data
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected