Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
void 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_info
Function · 0.85
free_file_info
Function · 0.85
cache_name
Function · 0.85
hcache_init
Function · 0.85
hcache_done
Function · 0.85
free_regex
Function · 0.85
canonicWindowsPath
Function · 0.85
path_key
Function · 0.85
free_path_key_entry
Function · 0.85
time_enter
Function · 0.85
free_timestamps
Function · 0.85
list_free
Function · 0.85
Calls
2
object_validate
Function · 0.85
object_get_item
Function · 0.85
Tested by
no test coverage detected