/external/python/cpython3/Lib/test/ |
test_weakref.py | 1 import gc 79 Ensure GC collections happen in a different thread, at a high frequency. 87 gc.collect() 456 # "weakref callbacks and gc corrupt memory" 458 # already in the process of getting deallocated to gc, 460 # callback that triggered gc. 466 import gc 472 wr = weakref.ref(c, lambda ignore: gc.collect()) 480 wr = weakref.ref(c1.i, lambda ignore: gc.collect()) 487 # that c2 is immune from gc while the weakref callbacks associate [all...] |
/external/tensorflow/tensorflow/python/framework/ |
errors_test.py | 21 import gc 37 objs = gc.get_objects() 107 gc.collect()
|
/art/test/906-iterate-heap/src/art/ |
Test906.java | 126 Runtime.getRuntime().gc(); 127 Runtime.getRuntime().gc(); 134 Runtime.getRuntime().gc(); 135 Runtime.getRuntime().gc(); 140 Runtime.getRuntime().gc(); 141 Runtime.getRuntime().gc();
|
/art/runtime/gc/ |
heap_test.cc | 19 #include "gc/accounting/card_table-inl.h" 20 #include "gc/accounting/space_bitmap-inl.h" 28 namespace gc { namespace in namespace:art 37 gc::Heap::kPreferredAllocSpaceBegin, 111 } // namespace gc
|
reference_processor.h | 37 namespace gc { namespace in namespace:art 52 gc::collector::GarbageCollector* collector) 103 // Reference queues used by the GC. 113 } // namespace gc
|
/art/runtime/gc/space/ |
rosalloc_space.cc | 23 #include "gc/accounting/card_table.h" 24 #include "gc/accounting/space_bitmap-inl.h" 25 #include "gc/heap.h" 35 namespace gc { namespace in namespace:art 48 art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end, 142 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( 145 art::gc::allocator::RosAlloc::kPageReleaseModeAll : 146 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd, 293 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false); 299 InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, false) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_list.py | 68 import gc
72 gc.collect()
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
GcFinalization.java | 42 * <p>This class uses (possibly repeated) invocations of {@link java.lang.System#gc()} to cause 43 * finalization to happen. However, a call to {@code System.gc()} is specified to be no more 106 * 10 seconds ought to be long enough for any object to be GC'ed and finalized. Unless we have a 141 System.gc(); 176 System.gc(); 200 * response to {@link System#gc()}: 267 * itself, or inhibiting a spontaneous GC initiation in subsequent code. 269 * <p>In contrast, a plain call to {@link java.lang.System#gc()} does not ensure finalization 274 * from GC, as with {@link #awaitClear}. Because there are no guarantees for the order of GC [all...] |
/external/iproute2/ip/ |
Android.mk | 37 LOCAL_LDFLAGS := -Wl,-export-dynamic -Wl,--no-gc-sections
|
/external/iw/ |
Android.mk | 23 LOCAL_LDFLAGS := -Wl,--no-gc-sections
|
/external/python/cpython2/Lib/test/ |
test_list.py | 68 import gc 72 gc.collect()
|
/external/tpm2/ |
Clear.c | 48 gc.shEnable = gc.ehEnable = TRUE;
|
/libcore/benchmarks/src/benchmarks/ |
ReferenceBenchmark.java | 82 Runtime.getRuntime().gc(); 114 // Run GC so the objects will be collected for finalization. 115 Runtime.getRuntime().gc();
|
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
LruCacheUnitTests.java | 24 System.gc(); 35 System.gc();
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/ |
CameraTest.java | 76 Runtime.getRuntime().gc(); 78 Runtime.getRuntime().gc();
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_list.py | 68 import gc 72 gc.collect()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_list.py | 68 import gc 72 gc.collect()
|
/prebuilts/go/darwin-x86/misc/cgo/test/issue9400/ |
gccgo.go | 14 // The test for the gc compiler resets the stack pointer so that the
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
sizeof_test.go | 7 package gc package
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7740.go | 23 case "gc":
|
/prebuilts/go/linux-x86/misc/cgo/test/issue9400/ |
gccgo.go | 14 // The test for the gc compiler resets the stack pointer so that the
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
sizeof_test.go | 7 package gc package
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7740.go | 23 case "gc":
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 68 import gc 72 gc.collect()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 68 import gc 72 gc.collect()
|