Searched refs:host_persistent_bytes (Results 1 – 3 of 3) sorted by relevance
141 exec_mem.host_persistent_bytes() + in AddMemoryStats()179 residual_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()181 requested_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()185 peak_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()
172 int64 host_persistent_bytes() const { in host_persistent_bytes() function173 int64 host_persistent_bytes = 0; in host_persistent_bytes() local175 host_persistent_bytes += exec.host_persistent_bytes(); in host_persistent_bytes()177 return host_persistent_bytes; in host_persistent_bytes()
132 int64 host_persistent_bytes = 3; field