Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-04-02-the-1st-rocksdb-local-meetup-held-on-march-27-2014.markdown14 [![Resize of 20140327_200754](/static/images/Resize-of-20140327_200754-300x225.jpg)](/static/images…
/rocksdb-6.9/utilities/transactions/
Dtransaction_lock_mgr.h41 void Resize(uint32_t target_size);
89 void Resize(uint32_t);
Dtransaction_lock_mgr.cc107 void DeadlockInfoBuffer::Resize(uint32_t target_size) { in Resize() function in ROCKSDB_NAMESPACE::DeadlockInfoBuffer
740 void TransactionLockMgr::Resize(uint32_t target_size) { in Resize() function in ROCKSDB_NAMESPACE::TransactionLockMgr
741 dlock_buffer_.Resize(target_size); in Resize()
Dpessimistic_transaction_db.cc611 lock_mgr_.Resize(target_size); in SetDeadlockInfoBufferSize()
/rocksdb-6.9/cache/
Dlru_cache.cc22 Resize(); in LRUHandleTable()
48 Resize(); in Insert()
72 void LRUHandleTable::Resize() { in Resize() function in ROCKSDB_NAMESPACE::LRUHandleTable
Dlru_cache.h184 void Resize();
/rocksdb-6.9/util/
Dautovector_test.cc89 TEST_F(AutoVectorTest, Resize) { in TEST_F() argument