MemoryUsage$Typings extension

on

Properties

external$ num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

Memory, in bytes, associated with JavaScript objects outside of the JavaScript isolate.
getter/setter pair
heapTotal num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

The total size of the heap for V8, in bytes.
getter/setter pair
heapUsed num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

The amount of the heap used for V8, in bytes.
getter/setter pair
rss num

Available on MemoryUsage, provided by the MemoryUsage$Typings extension

The number of bytes of the current Deno's process resident set size, which is the amount of memory occupied in main memory (RAM).
getter/setter pair