summaryrefslogtreecommitdiff
path: root/deps/v8/src/allocation.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-19 10:49:09 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-11-19 10:49:09 -0800
commitcbdcc1d5f321cfff3d4d3f416e48733089de7e00 (patch)
tree5d44f3a1fdb3d48326566126eca8e31729f6db90 /deps/v8/src/allocation.h
parentf11291a220136164294e3cac5f09efd6c2b21be6 (diff)
downloadnode-new-cbdcc1d5f321cfff3d4d3f416e48733089de7e00.tar.gz
Upgrade V8 to 2.5.7
Diffstat (limited to 'deps/v8/src/allocation.h')
-rw-r--r--deps/v8/src/allocation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/allocation.h b/deps/v8/src/allocation.h
index 70a3a03889..6f4bd2fb54 100644
--- a/deps/v8/src/allocation.h
+++ b/deps/v8/src/allocation.h
@@ -31,6 +31,10 @@
namespace v8 {
namespace internal {
+// Called when allocation routines fail to allocate.
+// This function should not return, but should terminate the current
+// processing.
+void FatalProcessOutOfMemory(const char* message);
// A class that controls whether allocation is allowed. This is for
// the C++ heap only!