Searched refs:numBlocksLog (Results 1 – 2 of 2) sorted by relevance
158 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw() in Alloc() argument160 unsigned sizeLog = blockSizeLog + numBlocksLog; in Alloc()172 if (_tags == 0 || numBlocksLog != _numBlocksLog) in Alloc()175 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog); in Alloc()178 _numBlocksLog = numBlocksLog; in Alloc()
132 bool Alloc(unsigned blockSizeLog, unsigned numBlocksLog) throw();