11#ifndef SQUID_SRC_FILEMAP_H
12#define SQUID_SRC_FILEMAP_H
unsigned int nwords
number of "long ints" making up the filemap
bool testBit(sfileno num) const
Test whether the num-th bit in the FileMap is set.
void clearBit(sfileno num)
void grow()
grow the FileMap (size is doubled each time, up to 2^24 bits)
int capacity() const
return the max number of slots in the FileMap
sfileno allocate(sfileno suggestion)
sfileno capacity_
max number of files which can be tracked in the current store
FileMap & operator=(const FileMap &)
int numFilesInMap() const
return the number of used slots in the FileMap
unsigned int usedSlots_
used slots in the map