/external/jemalloc/test/integration/ |
chunk.c | 77 err = old_hooks.decommit(chunk, size, offset, length, arena_ind); 146 assert_ptr_ne(old_hooks.decommit, chunk_decommit, 147 "Unexpected decommit error"); 167 /* Test dalloc/decommit/purge cascade. */ 181 assert_false(did_decommit, "Unexpected decommit"); 188 /* Test decommit/commit and observe split/merge. */ 203 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match"); 226 /* Test decommit for large allocations. */ 240 assert_b_eq(did_decommit, did_commit, "Expected decommit/commit match"); 260 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:__anon13679
|
jemalloc_typedefs.h.in | 53 chunk_decommit_t *decommit;
|
jemalloc.h | 314 chunk_decommit_t *decommit; member in struct:__anon13678
|
/prebuilts/go/darwin-x86/src/runtime/ |
mem_windows.go | 35 // Decommit failed. Usual reason is that we've merged memory from two different 51 throw("runtime: failed to decommit pages") 72 throw("runtime: failed to decommit pages")
|
/prebuilts/go/linux-x86/src/runtime/ |
mem_windows.go | 35 // Decommit failed. Usual reason is that we've merged memory from two different 51 throw("runtime: failed to decommit pages") 72 throw("runtime: failed to decommit pages")
|
/external/gemmlowp/internal/ |
allocator.h | 33 // 4. Call Decommit() once. 122 void Decommit() { 190 // Set to true by Commit() and to false by Decommit(). Initially false. 204 // The 'generation' is incremented on Decommit() and allows catching
|
single_thread_gemm.h | 111 allocator->Decommit();
|
multi_thread_gemm.h | 420 local_allocator->Decommit(); 622 allocator->Decommit();
|
/external/llvm/test/tools/llvm-objdump/ |
coff-private-headers.test | 56 LOADCFG-NEXT: Decommit Free Block Threshold: 0 57 LOADCFG-NEXT: Decommit Total Free Threshold: 0
|
/external/gemmlowp/test/ |
test_allocator.cc | 39 a->Decommit();
|
/external/jemalloc/src/ |
pages.c | 124 * The following decommit/commit implementation is functional, but
|
chunk.c | 102 ATOMIC_COPY_HOOK(decommit); 606 /* Try to decommit; purge if that fails. */ 608 committed = chunk_hooks->decommit(chunk, size, 0, size,
|
arena.c | 628 chunk_hooks->decommit(chunk, chunksize, 0, map_bias << 776 * Decommit the header. Mark the chunk as decommitted 777 * even if header decommit fails, since treating a 783 chunk_hooks.decommit(spare, chunksize, 0, map_bias << [all...] |
/external/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 281 << "\n Decommit Free Block Threshold: " << LoadConf->DeCommitFreeBlockThreshold 282 << "\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/doc/ |
jemalloc.xml.in | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
strmif.h | [all...] |
/external/opencv3/3rdparty/include/dshow/ |
strmif.h | [all...] |