Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:blocksize

240    * @param blocksize The block size of the DTM.
248 int blocksize,
254 xstringfactory, doIndexing, blocksize, usePrevsib, newNameTable);
257 // the blocksize is small. This reduces the cost of creating an RTF.
258 if (blocksize <= 64)
260 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL);
261 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS_SMALL);
269 m_data = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS);
270 m_dataOrQName = new SuballocatedIntVector(blocksize, DEFAULT_NUMBLOCKS);
280 //m_data = new SuballocatedIntVector(blocksize);
284 //m_dataOrQName = new SuballocatedIntVector(blocksize);