From f79ee8ac3f82eecdc0bee39b5cf5ebaa7d1de639 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 09:28:05 -0400 Subject: [PATCH] docs: remove "marked" from process.getBlinkMemoryInfo() (#33292) Co-authored-by: David Sanders --- docs/api/process.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/process.md b/docs/api/process.md index 194619e01c0ab..4573899912997 100644 --- a/docs/api/process.md +++ b/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.