HashRevokeManager
HashRevokeManager::Lookup(uint32 block, uint32 commitID)
HashRevokeManager::Compare(void* _revoked, const void *_block)
HashRevokeManager::Hash(void* _revoked, const void* _block, uint32 range)
HashRevokeManager::_ForceInsert(uint32 block, uint32 commitID)
HashRevokeManager::HashRevokeManager(bool has64bits)
HashRevokeManager::~HashRevokeManager()
HashRevokeManager::Init()
HashRevokeManager::Insert(uint32 block, uint32 commitID)
HashRevokeManager::Remove(uint32 block)
class HashRevokeManager : public RevokeManager {
HashRevokeManager(bool has64bits);
virtual ~HashRevokeManager();
HashRevokeManager* revokeManager = new(std::nothrow)
HashRevokeManager(volume->Has64bitFeature());
HashRevokeManager* revokeManager = new(std::nothrow) HashRevokeManager(