Searched refs:_global_freed (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/libauto-186/
H A DStatistics.h185 volatile uint64_t _global_freed; // count of local garbage which was passed to global collector to finalize/free member in class:Auto::Statistics
212 inline void print_tlc_stats() { malloc_printf("allocations - local: %ld, global: %ld. Escaped: %ld. collected - local: %ld, global: %ld. Recovered - local: %ld, global: %ld\n", _local_allocations, _global_allocations, _escaped, _local_collected, _global_collected, _recycled, _global_freed); }
229 inline void add_global_freed(int64_t n) { OSAtomicAdd64(n, (volatile int64_t *)&_global_freed); }

Completed in 143 milliseconds