Searched refs:BackgroundCallPurge (Results 1 – 4 of 4) sorted by relevance
1577 void BackgroundCallPurge();
2178 reinterpret_cast<DBImpl*>(db)->BackgroundCallPurge(); in BGWorkPurge()
1342 void DBImpl::BackgroundCallPurge() { in BackgroundCallPurge() function in ROCKSDB_NAMESPACE::DBImpl
87 * Delete superversions in BackgroundCallPurge.88 * Fix use-after-free and double-deleting files in BackgroundCallPurge().