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

Unified Diff: runtime/bin/dfe.h

Issue 3000623002: [kernel] Free memory for kernel data. (Closed)
Patch Set: Remove commented out code 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 | « no previous file | runtime/bin/dfe.cc » ('j') | runtime/bin/dfe.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/dfe.h
diff --git a/runtime/bin/dfe.h b/runtime/bin/dfe.h
index 6e876fa9f15d0ddd5e8d08f316c77e0988d791e0..2127c0955480f84df21e534c66fc14f2586662be 100644
--- a/runtime/bin/dfe.h
+++ b/runtime/bin/dfe.h
@@ -34,6 +34,8 @@ class DFE {
void* kernel_vmservice_io() const { return kernel_vmservice_io_; }
+ void unset_kernel_vmservice_io();
+
bool kernel_file_specified() const { return kernel_file_specified_; }
void set_kernel_file_specified(bool value) { kernel_file_specified_ = value; }
« no previous file with comments | « no previous file | runtime/bin/dfe.cc » ('j') | runtime/bin/dfe.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698