Searched defs:committed (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/
H A Dmemory_details.h27 // The committed bytes.
28 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.h78 size_t mapped; /* Bytes mapped (not necessarily committed). */
79 size_t committed; /* Bytes committed (readable/writable). */ member in struct:__anon11979
81 size_t dirty; /* Bytes dirty (committed unused pages). */
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.h78 size_t mapped; /* Bytes mapped (not necessarily committed). */
79 size_t committed; /* Bytes committed (readable/writable). */ member in struct:__anon11985
81 size_t dirty; /* Bytes dirty (committed unused pages). */
/external/chromium_org/chrome/browser/
H A Dmemory_details.h48 // The committed bytes.
49 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc242 bool committed = !used_ || transaction_->Commit(); local
257 if (committed) {
312 // If there are no pending tasks, we haven't already committed/aborted,
H A Dindexed_db_dispatcher_host.cc278 bool committed) {
288 if (committed)
277 FinishTransaction(int64 host_transaction_id, bool committed) argument
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.h112 void setCommitted(bool committed) { m_committed = committed; } argument
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsorter.py56 def __init__(self, unit_id, committed, reserved, mmap, region,
58 super(VMUnit, self).__init__(unit_id, committed)
66 def committed(self): member in class:VMUnit
92 def __init__(self, unit_id, committed, reserved, region, bucket_set,
94 super(MMapUnit, self).__init__(unit_id, committed, reserved, True,
108 def __init__(self, unit_id, committed, reserved, region,
110 super(UnhookedUnit, self).__init__(unit_id, committed, reserved, False,
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc271 bool committed() const { return committed_; } function in class:ui::__anon15140::TestCompositorObserver
861 EXPECT_TRUE(observer.committed());
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java156 * a sequence number each time an edit is committed. A snapshot is stale if
721 private boolean committed; field in class:DiskLruCache.Editor
729 * Returns an unbuffered input stream to read the last committed value,
730 * or null if no value has been committed.
749 * Returns the last committed value as a string, or null if no value
750 * has been committed.
812 committed = true;
824 if (!committed) {
883 /** The sequence number of the most recently committed edit to this entry. */
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h968 bool committed = commitExplicitEmbedding(); local
969 if (committed && lastLineEnded) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc58 static const char kCommittedLabel[] = "committed";
263 // Check if the page is committed.
371 // Reset committed sizes of buckets.
374 // Record committed sizes.
771 uint64 committed = 0; local
774 committed = memory_residence_info_getter->CommittedSize(first_address,
777 committed_bytes_ += committed;
778 return committed;
992 // The total committed memory usage in all_ (from /proc/<pid>/maps) is
993 // sometimes smaller than the sum of the committed mma
1082 size_t committed = deep_profile->memory_residence_info_getter_->CommittedSize( local
1101 size_t committed = deep_profile->memory_residence_info_getter_-> local
[all...]
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h269 enum nfs3_stable_how committed; member in struct:nfs_writeverf
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc320 // afer the load has started (but not after the entry was committed, as
2342 DictionaryValue* committed = new DictionaryValue(); local
2343 committed->SetInteger("priv", iterator->committed.priv);
2344 committed->SetInteger("mapped", iterator->committed.mapped);
2345 committed->SetInteger("image", iterator->committed.image);
2346 proc_data->Set("committed_mem", committed);
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c703 * Processed and committed will only differ for the *nprintf
706 int committed; member in struct:_trio_class_t
3268 * this call", which is data->committed
3272 *(size_t *)pointer = (size_t)data->committed;
3277 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed;
3282 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed;
3287 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed;
3291 *(long int *)pointer = (long int)data->committed;
3295 *(short int *)pointer = (short int)data->committed;
3299 *(int *)pointer = (int)data->committed;
[all...]
/external/libxml2/
H A Dtrio.c703 * Processed and committed will only differ for the *nprintf
706 int committed; member in struct:_trio_class_t
3268 * this call", which is data->committed
3272 *(size_t *)pointer = (size_t)data->committed;
3277 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed;
3282 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed;
3287 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed;
3291 *(long int *)pointer = (long int)data->committed;
3295 *(short int *)pointer = (short int)data->committed;
3299 *(int *)pointer = (int)data->committed;
[all...]

Completed in 8760 milliseconds