MCPcopy Create free account
hub / github.com/boostorg/build / object_free

Function object_free

v2/engine/object.c:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 */
303
304void object_free( OBJECT * obj )
305{
306 object_validate( obj );
307#ifdef BJAM_NO_MEM_CACHE
308 BJAM_FREE( object_get_item( obj ) );
309#endif
310 ++strcount_out;
311}
312
313
314/*

Callers 15

file_infoFunction · 0.85
free_file_infoFunction · 0.85
cache_nameFunction · 0.85
hcache_initFunction · 0.85
hcache_doneFunction · 0.85
free_regexFunction · 0.85
canonicWindowsPathFunction · 0.85
path_keyFunction · 0.85
free_path_key_entryFunction · 0.85
time_enterFunction · 0.85
free_timestampsFunction · 0.85
list_freeFunction · 0.85

Calls 2

object_validateFunction · 0.85
object_get_itemFunction · 0.85

Tested by

no test coverage detected