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

This commit is contained in:
David Sanders 2022-03-16 03:51:56 -07:00 committed by GitHub
parent 2657383ea7
commit fc7f38c7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.