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

Unified Diff: third_party/ashmem/ashmem.h

Issue 52833002: Purge unpinned ashmem before parsing /proc/$pid/smaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update documentation Created 7 years, 1 month 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 | « build/android/pylib/utils/host_path_finder.py ('k') | third_party/ashmem/ashmem-dev.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ashmem/ashmem.h
diff --git a/third_party/ashmem/ashmem.h b/third_party/ashmem/ashmem.h
index 708dd452f9975e4ea33cc9798052d4913ed165a2..7d411cc064bac210cdc39f2558ae659e73b30d1b 100644
--- a/third_party/ashmem/ashmem.h
+++ b/third_party/ashmem/ashmem.h
@@ -21,6 +21,7 @@ int ashmem_set_prot_region(int fd, int prot);
int ashmem_pin_region(int fd, size_t offset, size_t len);
int ashmem_unpin_region(int fd, size_t offset, size_t len);
int ashmem_get_size_region(int fd);
+int ashmem_purge_all(void);
#ifdef __cplusplus
}
« no previous file with comments | « build/android/pylib/utils/host_path_finder.py ('k') | third_party/ashmem/ashmem-dev.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698