Searched defs:OnCriticalMemoryPressure (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/d8/ | ||
D | d8-platforms.cc | 35 void OnCriticalMemoryPressure() override { in OnCriticalMemoryPressure() function in v8::PredictablePlatform |
/third_party/node/deps/v8/include/ | ||
D | v8-platform.h | 913 virtual void OnCriticalMemoryPressure() { in OnCriticalMemoryPressure() function |
/third_party/node/deps/v8/src/utils/ | ||
D | allocation.cc | 237 bool OnCriticalMemoryPressure(size_t length) { in OnCriticalMemoryPressure() function |