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

  /external/v8/src/
allocation.cc 39 if (result == NULL) V8::FatalProcessOutOfMemory("Malloced operator new");
49 void Malloced::FatalProcessOutOfMemory() {
50 V8::FatalProcessOutOfMemory("Out of memory");
api.cc 78 i::V8::FatalProcessOutOfMemory(NULL); \
127 // When V8 cannot allocated memory FatalProcessOutOfMemory is called.
129 void i::V8::FatalProcessOutOfMemory(const char* location) {
    [all...]

Completed in 19 milliseconds