Variable MallocBuf._length

struct MallocBuf
{
  // ...
  uint _length;
  // ...
}