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

Function hashstats_init

v2/engine/hash.c:323–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321
322
323void hashstats_init( struct hashstats * stats )
324{
325 stats->count = 0;
326 stats->num_items = 0;
327 stats->tab_size = 0;
328 stats->item_size = 0;
329 stats->sets = 0;
330 stats->num_hashes = 0;
331}
332
333
334void hashstats_add( struct hashstats * stats, struct hash * hp )

Callers 3

module_statFunction · 0.85
stat_moduleFunction · 0.85
hashstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected