Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ object_free
Function
object_free
src/engine/object.cpp:306–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
*/
305
306
void object_free( OBJECT * obj )
307
{
308
object_validate( obj );
309
#ifdef BJAM_NO_MEM_CACHE
310
BJAM_FREE( object_get_item( obj ) );
311
#endif
312
++strcount_out;
313
}
314
315
316
/*
Callers
15
headers1
Function · 0.85
import_base_rule
Function · 0.85
import_base_rules
Function · 0.85
free_class
Function · 0.85
yyfdone
Function · 0.85
var_defines
Function · 0.85
delete_var_
Function · 0.85
list_free
Function · 0.85
list_pop_front
Function · 0.85
parse_free
Function · 0.85
make1bind
Function · 0.85
~variable
Method · 0.85
Calls
2
object_validate
Function · 0.85
object_get_item
Function · 0.85
Tested by
no test coverage detected