Home
last modified time | relevance | path

Searched refs:hashTabBytes (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Ddocument_internal.h272 return !_buffer ? 0 : (_bufferEnd - _buffer + hashTabBytes()); in allocatedBytes()
340 unsigned hashTabBytes() const { in hashTabBytes() function
351 memset(_hashTab, -1, hashTabBytes()); in hashTabInit()
H A Ddocument.cpp148 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()