Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: runtime/bin/process.h

Issue 2997013002: Refactor of the GetEmbedderInformation APIs (Closed)
Patch Set: Address comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process.h
diff --git a/runtime/bin/process.h b/runtime/bin/process.h
index aa79ac77521bd7758bdb4972d7d10e80396e156f..a6f68864f3421f4af225cea3d7c3e5baaf5e2d40 100644
--- a/runtime/bin/process.h
+++ b/runtime/bin/process.h
@@ -149,6 +149,7 @@ class Process {
static int64_t CurrentRSS();
static int64_t MaxRSS();
+ static void GetRSSInformation(int64_t* max_rss, int64_t* current_rss);
private:
static int global_exit_code_;
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698