Searched refs:largest_free_block_bytes (Results 1 – 9 of 9) sorted by relevance
46 int64 largest_free_block_bytes; // Largest free block's size in heap. member55 largest_free_block_bytes(0) {} in AllocatorStats()
34 this->largest_free_block_bytes); in DebugString()
49 static_cast<long long>(this->largest_free_block_bytes)); in DebugString()
165 int64 largest_free_block_bytes; // Largest free block's size in heap. member174 largest_free_block_bytes(0) {} in AllocatorStats()
123 int64_t largest_free_block_bytes; member127 TF_OFFSET_OF_END(SP_AllocatorStats, largest_free_block_bytes)
329 stats.largest_free_block_bytes = c_stats.largest_free_block_bytes; in GetAllocatorStats()
72 tf_stats.largest_free_block_bytes = se_stats->largest_free_block_bytes; in GetStats()
241 stats.largest_free_block_bytes = c_stats.largest_free_block_bytes; in GetAllocatorStats()
97 int64_t largest_free_block_bytes; member