Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/memory/
Darena_test.cc24 bool CheckMemoryAllocated(size_t allocated, size_t expected) { in CheckMemoryAllocated() argument
29 return allocated >= expected && allocated <= max_expected; in CheckMemoryAllocated()
138 std::vector<std::pair<size_t, char*>> allocated; in SimpleTest() local
168 allocated.push_back(std::make_pair(s, r)); in SimpleTest()
174 for (unsigned int i = 0; i < allocated.size(); i++) { in SimpleTest()
175 size_t num_bytes = allocated[i].first; in SimpleTest()
176 const char* p = allocated[i].second; in SimpleTest()
/rocksdb-6.9/table/plain/
Dplain_table_index.cc160 char* allocated = arena_->AllocateAligned( in FillIndexes() local
163 auto temp_ptr = EncodeVarint32(allocated, index_size_); in FillIndexes()
204 return Slice(allocated, GetTotalSize()); in FillIndexes()
/rocksdb-6.9/docs/_posts/
D2014-05-14-lock.markdown43 … pre-allocated as members of the autovector class. When an autovector is used as a stack variable,…
/rocksdb-6.9/
DWINDOWS_PORT.md73 …e of `fallocate` although some differences remain. For example, the pre-allocated space is not fil…
/rocksdb-6.9/java/rocksjni/
Dportal.h1298 bool allocated = false; variable
1301 allocated = true;
1306 if (allocated) {