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

Unified Diff: nss/mozilla/nsprpub/lib/ds/plarenas.h

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 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: nss/mozilla/nsprpub/lib/ds/plarenas.h
===================================================================
--- nss/mozilla/nsprpub/lib/ds/plarenas.h (revision 55475)
+++ nss/mozilla/nsprpub/lib/ds/plarenas.h (working copy)
@@ -108,6 +108,11 @@
PR_EXTERN(void) PL_ArenaRelease(PLArenaPool *pool, char *mark);
+/*
+** memset contents of all arenas in pool to pattern
+*/
+PR_EXTERN(void) PL_ClearArenaPool(PLArenaPool *pool, PRInt32 pattern);
+
PR_END_EXTERN_C
#endif /* defined(PLARENAS_H) */

Powered by Google App Engine
This is Rietveld 408576698