Skip to main content
MemoryUsage.arrayBuffers - node__process.d.ts - Node documentation
property MemoryUsage.arrayBuffers

Usage in Deno

```typescript import { type MemoryUsage } from "node:node__process.d.ts"; ```
Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s may not be tracked in that case.

Type

number