Variable AllocatedBuffer._allocator

Construct a buffer manager with a given allocator.

struct AllocatedBuffer
{
  // ...
  Allocator _allocator ;
  // ...
}