Searched refs:numBlocksLog (Results 1 – 2 of 2) sorted by relevance
193 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw() in Alloc() argument195 unsigned sizeLog = blockSizeLog + numBlocksLog; in Alloc()207 if (_tags == 0 || numBlocksLog != _numBlocksLog) in Alloc()210 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog); in Alloc()213 _numBlocksLog = numBlocksLog; in Alloc()
149 bool Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw();