HomeSort by relevance Sort by last modified time
    Searched defs:FatalProcessOutOfMemory (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/
api.cc 297 void i::FatalProcessOutOfMemory(const char* location) {
298 i::V8::FatalProcessOutOfMemory(location, false);
301 // When V8 cannot allocate memory FatalProcessOutOfMemory is called. The default
303 void i::V8::FatalProcessOutOfMemory(const char* location, bool is_heap_oom) {
    [all...]

Completed in 334 milliseconds