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

/external/chromium/chrome/browser/
H A Dmemory_details.h27 // The committed bytes.
28 base::CommittedKBytes committed; member in struct:ProcessMemoryInformation
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageReservation.h43 Before using memory it must be committed by calling commit, which is passed start
45 committed memory is no longer needed 'decommit' may be called to return the
48 are currently committed. All memory should be decommited before the reservation
50 the region of memory is decommitted and then committed again.
53 is changed on memory while it is committed it should be returned to the orignal
99 size_t committed() function in class:WTF::PageReservation
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.h106 void setCommitted(bool committed) { m_committed = committed; } argument
/external/webkit/Source/WebCore/platform/text/
H A DBidiResolver.h828 bool committed = commitExplicitEmbedding(); local
829 if (committed && pastEnd) {
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h269 enum nfs3_stable_how committed; member in struct:nfs_writeverf
/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 149 milliseconds