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

/macosx-10.10/libauto-186/
H A DStatistics.h184 volatile uint64_t _recycled; // count of locally recovered blocks 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); }
228 inline void add_recycled(int64_t n) { OSAtomicAdd64(n, (volatile int64_t *)&_recycled); }

Completed in 403 milliseconds