Variable AllocStats.Block.chunks

struct AllocStats.Block
{
  // ...
  AllocStats.Chunk[] chunks ;
  // ...
}