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

/macosx-10.9.5/libauto-185.5/
H A DStatistics.h181 volatile uint64_t _escaped; // count of blocks that transitioned local->global 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); }
225 inline void add_escaped(int64_t n) { OSAtomicAdd64(n, (volatile int64_t *)&_escaped); }

Completed in 169 milliseconds