MCPcopy 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
306void 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

headers1Function · 0.85
import_base_ruleFunction · 0.85
import_base_rulesFunction · 0.85
free_classFunction · 0.85
yyfdoneFunction · 0.85
var_definesFunction · 0.85
delete_var_Function · 0.85
list_freeFunction · 0.85
list_pop_frontFunction · 0.85
parse_freeFunction · 0.85
make1bindFunction · 0.85
~variableMethod · 0.85

Calls 2

object_validateFunction · 0.85
object_get_itemFunction · 0.85

Tested by

no test coverage detected