| /external/chromium_org/third_party/leveldatabase/src/db/ |
| version_set.h | 30 class Compaction; 77 // compaction may need to be triggered, false otherwise. 100 // Return the level at which we should place a new memtable compaction 111 friend class Compaction; 129 // Level that should be compacted next and its compaction score. 130 // Score < 1 means compaction is not strictly needed. These fields 212 // Pick level and inputs for a new compaction. 213 // Returns NULL if there is no compaction to be done. 215 // describes the compaction. Caller should delete the result. 216 Compaction* PickCompaction() [all...] |
| db_impl.cc | 52 Compaction* const compaction; member in struct:leveldb::DBImpl::CompactionState 60 // Files produced by compaction 76 explicit CompactionState(Compaction* c) 77 : compaction(c), 509 s = Status::IOError("Deleting DB during memtable compaction"); 586 // Wait until the compaction completes 629 // Wait a little bit before retrying background compaction in 634 Log(options_.info_log, "Waiting after background compaction error: %s", 649 // Previous compaction may have produced too many files in a level [all...] |
| version_set.cc | 26 // stop building a single file in a level->level+1 compaction. 30 // the lower level file set of a compaction if it would make the 31 // total compaction cover more than this many bytes. 36 // the level-0 compaction threshold based on number of files. 583 // Update compaction pointers 610 // (3) A compaction of 1MB does 25MB of IO: 614 // This implies that 25 seeks cost the same as the compaction 616 // same as the compaction of 40KB of data. We are a little 618 // of data before triggering a compaction. 952 // Precomputed best level for next compaction [all...] |
| db_impl.h | 149 // Has a background compaction been scheduled or is running? 152 // Information for a manual compaction 158 InternalKey tmp_storage; // Used to keep track of compaction progress 168 // Per level compaction stats. stats_[level] stores the stats for
|
| version_edit.h | 19 int allowed_seeks; // Seeks allowed until compaction
|
| db_test.cc | 530 Put("k2", std::string(100000, 'y')); // Trigger compaction 610 // Then do enough Get() calls to arrange for an automatic compaction 611 // of sstable A. A bug would cause the compaction to be marked as 636 // Step 4: Wait for compaction to finish 868 // Check that writes done during a memtable compaction are recovered 869 // if the database is shutdown during the memtable compaction. 877 // Trigger a long memtable compaction and reopen the database during it 880 ASSERT_OK(Put("big2", std::string(1000, 'y'))); // Triggers compaction 1003 // Check that we do not do a compaction that merges all of B in one shot. [all...] |
| corruption_test.cc | 212 // Do enough writing to force minor compaction 316 // Fill levels >= 1 so memtable compaction outputs to level 1
|
| version_edit.cc | 170 msg = "compaction pointer";
|
| /external/chromium_org/third_party/leveldatabase/src/doc/ |
| impl.html | 100 background thread. The compaction picks a file from level L and all 103 level-(L+1) is used as an input to the compaction and will be 104 discarded after the compaction. Aside: because level-0 is special 106 level-0 to level-1 specially: a level-0 compaction may pick more than 110 A compaction merges the contents of the picked files to produce a 115 ten level-(L+2) files. This last rule ensures that a later compaction 125 compaction at level L. The next compaction for level L will pick the 146 compaction will therefore read 26MB and write 26MB. Assuming a disk 148 compaction cost will be approximately 0.5 second [all...] |
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-2249.js | 28 // Flags: --gc-interval=10 --stress-compaction
|
| /external/chromium_org/base/android/java/src/org/chromium/base/ |
| ObserverList.java | 44 // Avoid adding null elements to the list as they may be removed on a compaction. 147 // We have reached the end of the list, allow for compaction. 160 // We have reached the end of the list, allow for compaction.
|
| /external/chromium_org/third_party/leveldatabase/src/issues/ |
| issue178_test.cc | 5 // Test for issue 178: a manual compaction causes deleted data to reappear.
|
| /external/emma/core/java12/com/vladium/emma/data/ |
| MergeProcessor.java | 59 * always overwrites the out file [to ensure compaction] 264 DataFactory.persist (cdata, persistFile, false); // never merge to enforce compaction behavior 266 DataFactory.persist (mdata, persistFile, false); // never merge to enforce compaction behavior 268 DataFactory.persist (new SessionData (mdata, cdata), persistFile, false); // never merge to enforce compaction behavior
|
| /external/llvm/docs/CommandGuide/ |
| llvm-bcanalyzer.rst | 106 **Compaction Table Bytes** 108 The size, in bytes, of all the compaction tables in all the functions. 159 **Number Of Compaction Tables** 161 The total number of compaction tables in all functions in the bitcode file.
|
| /external/v8/test/cctest/ |
| test-mark-compact.cc | 81 // This test requires compaction. If compaction is turned off, we 239 // TODO(1600): compaction of map space is temporary removed from GC. 262 // be able to trigger map compaction. 263 // To give an additional chance to fail, try to force compaction which
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_interface_java.h | 14 // about such events like Java locks and GC memory compaction.
|
| /external/chromium_org/v8/test/cctest/ |
| test-mark-compact.cc | 76 // This test requires compaction. If compaction is turned off, we 234 // TODO(1600): compaction of map space is temporary removed from GC. 259 // be able to trigger map compaction. 260 // To give an additional chance to fail, try to force compaction which
|
| /external/chromium_org/chrome/renderer/net/ |
| predictor_queue.cc | 42 // a compaction hack that removes duplicates when we try to push() a
|
| /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
| bitset.cpp | 17 * Uses a simple hash table for compaction.
|
| /external/chromium_org/v8/src/ |
| incremental-marking.h | 136 // Record a slot for compaction. Returns false for objects that are
|
| /external/icu4c/test/perf/unisetperf/draft/ |
| bitset.cpp | 17 * Uses a simple hash table for compaction.
|
| /external/chromium_org/third_party/icu/source/common/ |
| utrie2_builder.c | 54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction 92 * Below, compaction uses a block length of 64 for 2-byte UTF-8. 93 * From here on, compaction uses UTRIE2_DATA_BLOCK_LENGTH. 173 * Plus 1 so that we don't drop this block during compaction. 196 * Fill the index gap with impossible values so that compaction 842 /* compaction --------------------------------------------------------------- */ 975 * The compaction [all...] |
| /external/icu4c/common/ |
| utrie2_builder.cpp | 54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction 92 * Below, compaction uses a block length of 64 for 2-byte UTF-8. 93 * From here on, compaction uses UTRIE2_DATA_BLOCK_LENGTH. 173 * Plus 1 so that we don't drop this block during compaction. 196 * Fill the index gap with impossible values so that compaction 842 /* compaction --------------------------------------------------------------- */ 975 * The compaction [all...] |
| /external/chromium/net/websockets/ |
| websocket.cc | 406 // Pre compaction: 415 // Post compaction:
|
| /external/chromium_org/apps/ |
| saved_files_service_unittest.cc | 232 // sequence number compaction. Expect that the sequence numbers are
|