< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page
rev 55555 : [mq]: nestegg

@@ -740,10 +740,13 @@
   static void  free    (void *memblock);
   static char* strdup(const char *, MEMFLAGS flags = mtInternal);  // Like strdup
   // Like strdup, but exit VM when strdup() returns NULL
   static char* strdup_check_oom(const char*, MEMFLAGS flags = mtInternal);
 
+  static bool init_nestegg(size_t size);
+  static void release_nestegg();
+
 #ifndef PRODUCT
   static julong num_mallocs;         // # of calls to malloc/realloc
   static julong alloc_bytes;         // # of bytes allocated
   static julong num_frees;           // # of calls to free
   static julong free_bytes;          // # of bytes freed
< prev index next >