Searched refs:node_bytes (Results 1 – 3 of 3) sorted by relevance
211 int64_t node_bytes) const { in FormatMemoryNode()214 if (node_bytes > 0) { in FormatMemoryNode()216 pct = 100.0 * node_bytes / root_total_bytes; in FormatMemoryNode()219 "%30s", absl::StrFormat("%s (%.2f%%, %.2f%%)", FormatMemory(node_bytes), in FormatMemoryNode()
67 int64_t 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()