AllocatorCapacityedit

The total and used capacity of the allocator.

Propertiesedit

memory (AllocatorCapacityMemory, required)
The available and used memory of the allocator.

Exampleedit

{
   "memory" : {
      "total" : 0,
      "used" : 0
   }
}