Chromium Code Reviews| Index: runtime/vm/os_fuchsia.cc |
| diff --git a/runtime/vm/os_fuchsia.cc b/runtime/vm/os_fuchsia.cc |
| index b196c48aed820a4c6e6c50670963ae8d5ea2f203..af41362f162f0be21169c84de2278076863c6fdf 100644 |
| --- a/runtime/vm/os_fuchsia.cc |
| +++ b/runtime/vm/os_fuchsia.cc |
| @@ -155,6 +155,12 @@ int OS::NumberOfAvailableProcessors() { |
| } |
| +uintptr_t OS::MaxRSS() { |
| + UNIMPLEMENTED(); |
| + return 0; |
| +} |
| + |
| + |
| void OS::Sleep(int64_t millis) { |
| mx_nanosleep( |
| millis * kMicrosecondsPerMillisecond * kNanosecondsPerMicrosecond); |