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

Unified Diff: src/trusted/service_runtime/sel_memory.h

Issue 7648002: Modify the NaCl_page_alloc_hint function to use VirtualQuery to check (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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
Index: src/trusted/service_runtime/sel_memory.h
===================================================================
--- src/trusted/service_runtime/sel_memory.h (revision 6420)
+++ src/trusted/service_runtime/sel_memory.h (working copy)
@@ -27,6 +27,9 @@
*/
#define MAX_RETRIES 1024
+int NaCl_find_prereserved_sandbox_memory(void **p,
+ size_t num_bytes);
+
int NaCl_page_alloc(void **p,
size_t num_bytes) NACL_WUR;

Powered by Google App Engine
This is Rietveld 408576698