Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
53 // Following this logic, the equation for the additional bytes is
81 return this->allocateBytes(size, alignof(T));
88 // If a use case for larger alignments is found, we can turn this into a template parameter.
97 // kAllocationAlignment accounts for this difference. For more information see:
124 this->needMoreBytes(size, alignment);
141 // of this pointer are the bytes to be allocated. The positive side points to the Block for
142 // this memory. In other words, the pointer to the Block structure for these bytes is
146 // The number of bytes remaining in this block.
200 T* result = this->template makePODArray<T>(size);