Browse Source

docs: remove "marked" from process.getBlinkMemoryInfo() (#33263)

David Sanders 3 years ago
parent
commit
fc7f38c7ce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/api/process.md

+ 0 - 1
docs/api/process.md

@@ -178,7 +178,6 @@ Returns an object with V8 heap statistics. Note that all statistics are reported
 Returns `Object`:
 
 * `allocated` Integer - Size of all allocated objects in Kilobytes.
-* `marked` Integer - Size of all marked objects in Kilobytes.
 * `total` Integer - Total allocated space in Kilobytes.
 
 Returns an object with Blink memory information.