Searched refs:fExtraCount (Results 1 - 1 of 1) sorted by path

/haiku/headers/private/interface/
H A DTextViewSupportBuffer.h30 int32 fExtraCount; member in class:_BTextViewSupportBuffer_
40 : fExtraCount(inExtraCount),
42 fBufferCount(fExtraCount + fItemCount),
45 fBuffer = (T*)calloc(fExtraCount + fItemCount, sizeof(T));
71 fBufferCount = logSize + delta + (fExtraCount * sizeof(T));
104 if (extraSize > (fExtraCount * sizeof(T))) {
105 fBufferCount = (logSize - delta) + (fExtraCount * sizeof(T));

Completed in 38 milliseconds