<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Bitcoin",
  "identifier" : "/documentation/Bitcoin/MemoryInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Bitcoin"
    ],
    "preciseIdentifier" : "s:7Bitcoin10MemoryInfoV"
  },
  "title" : "MemoryInfo"
}
-->

# MemoryInfo

Memory usage information from `getmemoryinfo` (mode “stats”).

```
struct MemoryInfo
```

## Overview> Note: Targets Bitcoin Core v31.x. The “mallocinfo” mode returns raw XML
> and is not modeled here — use `RPCClient.call()` for that case.