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

/external/ltp/testcases/kernel/mem/tunable/
H A Dovercommit_memory.c265 long committed; local
273 committed = read_meminfo("Committed_AS:");
274 commit_left = commit_limit - committed;
278 " is %ld", commit_limit, committed);
/external/jemalloc/include/jemalloc/internal/
H A Dextent.h42 * True if physical memory is committed to the extent, whether
100 void extent_node_committed_set(extent_node_t *node, bool committed);
104 size_t size, size_t sn, bool zeroed, bool committed);
205 extent_node_committed_set(extent_node_t *node, bool committed) argument
208 node->en_committed = committed;
227 size_t sn, bool zeroed, bool committed)
235 extent_node_committed_set(node, committed);
226 extent_node_init(extent_node_t *node, arena_t *arena, void *addr, size_t size, size_t sn, bool zeroed, bool committed) argument
/external/jemalloc/test/integration/
H A Dchunk.c41 chunk_dalloc(void *chunk, size_t size, bool committed, unsigned arena_ind) argument
44 TRACE_HOOK("%s(chunk=%p, size=%zu, committed=%s, arena_ind=%u)\n",
45 __func__, chunk, size, committed ? "true" : "false", arena_ind);
49 return (old_hooks.dalloc(chunk, size, committed, arena_ind));
96 bool committed, unsigned arena_ind)
100 "committed=%s, arena_ind=%u)\n", __func__, chunk, size, size_a,
101 size_b, committed ? "true" : "false", arena_ind);
103 return (old_hooks.split(chunk, size, size_a, size_b, committed,
109 bool committed, unsigned arena_ind)
113 "committed
95 chunk_split(void *chunk, size_t size, size_t size_a, size_t size_b, bool committed, unsigned arena_ind) argument
108 chunk_merge(void *chunk_a, size_t size_a, void *chunk_b, size_t size_b, bool committed, unsigned arena_ind) argument
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethodImpl.java104 // If the last character was not committed it is stored in text[0].
106 // character was committed or not. If at any time ( but not within a
108 // only be 1 otherwise ) the last character was not committed.
113 private int committedChars = 0;// number of committed characters
116 private int totalChars = 0;//number of total characters ( committed + composed )
220 // the last character was committed, commit just Nukta.
221 // Note : the lastChar must have been committed if it is not one of
281 // totalChars = ( last character committed )? 0 : 1;
288 if( totalChars != 0 ) {// if some character is not committed.
302 private int committed field in class:IndicInputMethodImpl.ACIText
[all...]
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java152 * a sequence number each time an edit is committed. A snapshot is stale if
708 private boolean committed; field in class:DiskLruCache.Editor
716 * Returns an unbuffered input stream to read the last committed value,
717 * or null if no value has been committed.
736 * Returns the last committed value as a string, or null if no value
737 * has been committed.
782 committed = true;
794 if (!committed) {
819 /** The sequence number of the most recently committed edit to this entry. */
/external/jemalloc/src/
H A Dchunk.c23 static bool chunk_dalloc_default(void *chunk, size_t size, bool committed,
32 size_t size_b, bool committed, unsigned arena_ind);
34 size_t size_b, bool committed, unsigned arena_ind);
55 bool zeroed, bool committed);
209 bool zeroed, committed; local
251 committed = extent_node_committed_get(node);
252 if (committed)
282 zeroed, committed);
292 + trailsize, *sn, zeroed, committed);
297 trailsize, *sn, zeroed, committed);
511 chunk_record(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, extent_tree_t *chunks_szsnad, extent_tree_t *chunks_ad, bool cache, void *chunk, size_t size, size_t sn, bool zeroed, bool committed) argument
607 chunk_dalloc_cache(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, void *chunk, size_t size, size_t sn, bool committed) argument
632 chunk_dalloc_default(void *chunk, size_t size, bool committed, unsigned arena_ind) argument
640 chunk_dalloc_wrapper(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, void *chunk, size_t size, size_t sn, bool zeroed, bool committed) argument
718 chunk_split_default(void *chunk, size_t size, size_t size_a, size_t size_b, bool committed, unsigned arena_ind) argument
740 chunk_merge_default(void *chunk_a, size_t size_a, void *chunk_b, size_t size_b, bool committed, unsigned arena_ind) argument
[all...]
H A Darena.c576 * The extent node notion of "committed" doesn't directly apply to
577 * arena chunks. Arbitrarily mark them as committed. The commit state
733 bool committed; local
740 committed = (arena_mapbits_decommitted_get(chunk, map_bias) == 0);
741 if (!committed) {
744 * header decommit fails, since treating a partially committed
745 * chunk as committed has a high potential for causing later
762 sn, committed);
1778 bool committed = extent_node_committed_get(chunkselm); local
1783 size, sn, zeroed, committed);
[all...]
/external/libxml2/
H A Dtrio.c723 * Processed and committed will only differ for the *nprintf
726 int committed; member in struct:_trio_class_t
3288 * this call", which is data->committed
3292 *(size_t *)pointer = (size_t)data->committed;
3297 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed;
3302 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed;
3307 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed;
3311 *(long int *)pointer = (long int)data->committed;
3315 *(short int *)pointer = (short int)data->committed;
3319 *(int *)pointer = (int)data->committed;
[all...]
/external/v8/src/heap/
H A Dheap.cc331 ", committed: %6" PRIuS " KB\n",
338 ", committed: %6" PRIuS " KB\n",
345 ", committed: %6" PRIuS "KB\n",
352 ", committed: %6" PRIuS " KB\n",
359 ", committed: %6" PRIuS " KB\n",
366 ", committed: %6" PRIuS "KB\n",
1018 // - this GC decreased committed memory,
4123 size_t committed = CommittedOldGenerationMemory(); local
4124 return HasHighFragmentation(used, committed);
4127 bool Heap::HasHighFragmentation(size_t used, size_t committed) { argument
[all...]
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 7770 milliseconds