Variable MallocBuf._allocated

struct MallocBuf
{
  // ...
  T* _allocated;
  // ...
}