HomeSort by relevance Sort by last modified time
    Searched full:decommit (Results 1 - 25 of 28) sorted by null

1 2

  /external/jemalloc/test/integration/
chunk.c 77 err = old_hooks.decommit(chunk, size, offset, length, arena_ind);
160 assert_ptr_ne(old_hooks.decommit, chunk_decommit,
161 "Unexpected decommit error");
181 /* Test dalloc/decommit/purge cascade. */
199 assert_false(did_decommit, "Unexpected decommit");
206 /* Test decommit/commit and observe split/merge. */
221 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
244 /* Test decommit for large allocations. */
258 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match");
278 assert_ptr_eq(old_hooks.decommit, orig_hooks.decommit
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h 53 chunk_decommit_t *decommit; member in struct:__anon22497
jemalloc_typedefs.h.in 53 chunk_decommit_t *decommit;
jemalloc.h 314 chunk_decommit_t *decommit; member in struct:__anon22496
  /external/gemmlowp/internal/
allocator.h 33 // 4. Call Decommit() once.
108 void Decommit() {
176 // Set to true by Commit() and to false by Decommit(). Initially false.
190 // The 'generation' is incremented on Decommit() and allows catching
single_thread_gemm.h 152 allocator->Decommit();
multi_thread_gemm.h 495 local_allocator->Decommit();
688 allocator->Decommit();
  /external/llvm/test/tools/llvm-objdump/
coff-private-headers.test 68 LOADCFG-NEXT: Decommit Free Block Threshold: 0
69 LOADCFG-NEXT: Decommit Total Free Threshold: 0
  /prebuilts/go/darwin-x86/src/runtime/
mem_windows.go 38 // Decommit failed. Usual reason is that we've merged memory from two different
55 throw("runtime: failed to decommit pages")
  /prebuilts/go/linux-x86/src/runtime/
mem_windows.go 38 // Decommit failed. Usual reason is that we've merged memory from two different
55 throw("runtime: failed to decommit pages")
  /external/gemmlowp/test/
test_allocator.cc 39 a->Decommit();
  /external/pdfium/third_party/base/allocator/partition_allocator/
page_allocator.h 34 // permissions and commit / decommit at this granularity.
84 // Decommit one or more system pages. Decommitted means that the physical memory
108 // decommit it, and it is valid to discard an already-discarded page.
page_allocator.cc 245 // On POSIX, the implementation detail is that discard and decommit are the
  /external/jemalloc/src/
chunk.c 103 ATOMIC_COPY_HOOK(decommit);
660 /* Try to decommit; purge if that fails. */
662 committed = chunk_hooks->decommit(chunk, size, 0, size,
arena.c 610 chunk_hooks->decommit(chunk, chunksize, 0, map_bias <<
743 * Decommit the header. Mark the chunk as decommitted even if
744 * header decommit fails, since treating a partially committed
749 chunk_hooks.decommit(chunk, chunksize, 0, map_bias << LG_PAGE,
    [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 331 << "\n Decommit Free Block Threshold: " << LoadConf->DeCommitFreeBlockThreshold
332 << "\n Decommit Total Free Threshold: " << LoadConf->DeCommitTotalFreeThreshold
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 334 // officially decommit from VJ++. [Edited comment from
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 577 // officially decommit from VJ++. [Edited comment from
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 577 // officially decommit from VJ++. [Edited comment from
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 255 // on the air until we're ready to officially decommit from
ObjectFactory.java 576 // officially decommit from VJ++. [Edited comment from
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 577 // officially decommit from VJ++. [Edited comment from
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 577 // officially decommit from VJ++. [Edited comment from
  /external/jemalloc/
ChangeLog 79 - Fix cached memory management to avoid needless commit/decommit operations
112 - Decommit unused virtual memory if the OS does not overcommit. (@jasone)
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in     [all...]

Completed in 987 milliseconds

1 2