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 218 void i::FatalProcessOutOfMemory(const char* location) {
219 i::V8::FatalProcessOutOfMemory(location, false);
223 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
225 void i::V8::FatalProcessOutOfMemory(const char* location, bool take_snapshot) {
    [all...]

Completed in 46 milliseconds