Variable StackTree.alloc

struct StackTree
{
  // ...
  RegionAllocator alloc ;
  // ...
}