Searched refs:hashTabBytes (Results 1 – 2 of 2) sorted by relevance
272 return !_buffer ? 0 : (_bufferEnd - _buffer + hashTabBytes()); in allocatedBytes()340 unsigned hashTabBytes() const { in hashTabBytes() function351 memset(_hashTab, -1, hashTabBytes()); in hashTabInit()
148 while (capacity < newSize + hashTabBytes()) in alloc()155 _bufferEnd = _buffer + capacity - hashTabBytes(); in alloc()167 memcpy(_hashTab, oldBuf.get() + oldCapacity, hashTabBytes()); in alloc()186 _buffer = new char[newSize + hashTabBytes()]; in reserveFields()