AllocatorCapacityedit

The current total and used capacity for this allocator

Propertiesedit

memory (AllocatorCapacityMemory)
Current view of the available and used memory of this allocator

Exampleedit

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