Searched refs:node_bytes (Results 1 – 3 of 3) sorted by relevance
210 int64 node_bytes) const { in FormatMemoryNode()213 if (node_bytes > 0) { in FormatMemoryNode()215 pct = 100.0 * node_bytes / root_total_bytes; in FormatMemoryNode()218 "%30s", absl::StrFormat("%s (%.2f%%, %.2f%%)", FormatMemory(node_bytes), in FormatMemoryNode()
69 int64 node_bytes) const;
349 const uint64_t node_bytes = 64ull * bucket->size; in bucket_vma_free() local355 uint64_t start = (address / node_bytes) * node_bytes; in bucket_vma_free()