interface HeapSpaceStatistics
Usage in Deno
```typescript import { type HeapSpaceStatistics } from "node:node__v8.d.ts"; ```
spaceName: string
spaceSize: number
spaceUsedSize: number
spaceAvailableSize: number
physicalSpaceSize: number