Searched refs:computeGap (Results 1 – 2 of 2) sorted by relevance
78 Gap = computeGap(); in validate()92 intptr_t delta = Gap - computeGap(); in ~EnsureCapacity()
166 intptr_t computeGap() { return Buffer->capacity() - Buffer->size(); } in computeGap() function