Variable AllocStats.Chunk.occupied

struct AllocStats.Chunk
{
  // ...
  bool occupied ;
  // ...
}