Searched refs:free (Results 1 – 25 of 42) sorted by relevance
12
/art/test/905-object-free/ |
D | Android.bp | 3 // Build rules for ART run-test `905-object-free`. 16 name: "art-run-test-905-object-free", 21 ":art-run-test-905-object-free-expected-stdout", 22 ":art-run-test-905-object-free-expected-stderr", 28 name: "art-run-test-905-object-free-expected-stdout", 29 out: ["art-run-test-905-object-free-expected-stdout.txt"], 36 name: "art-run-test-905-object-free-expected-stderr", 37 out: ["art-run-test-905-object-free-expected-stderr.txt"],
|
/art/test/998-redefine-use-after-free/ |
D | info.txt | 3 It was possible for the JVMTI class redefinition to encounter a use-after-free 9 Hitting this use-after-free can cause many strange outcomes, from CHECK failures
|
/art/dexlist/ |
D | dexlist.cc | 134 free(typeDesc); in dumpMethod() 253 free(gOptions.argCopy); in dexlistDriver() 262 free(gOptions.argCopy); in dexlistDriver() 274 free(gOptions.argCopy); in dexlistDriver()
|
/art/openjdkjvmti/ |
D | ti_allocator.cc | 91 free(mem); in DeallocateImpl()
|
D | LICENSE | 11 This code is free software; you can redistribute it and/or modify it
|
/art/test/2235-JdkUnsafeTest/ |
D | unsafe_test.cc | 50 free(mem); in Java_Main_jdkUnsafeTestFree()
|
/art/test/004-UnsafeTest/ |
D | unsafe_test.cc | 50 free(mem); in Java_Main_unsafeTestFree()
|
/art/libartbase/base/ |
D | allocator.cc | 38 free(p); in Free()
|
D | allocator.h | 135 free(p); in deallocate()
|
D | malloc_arena_pool.cc | 75 free(reinterpret_cast<void*>(unaligned_memory_)); in ~MallocArena()
|
D | logging.cc | 145 free(buf); in LogLineLowStack()
|
D | stl_util.h | 86 free(const_cast<void*>(ptr)); in operator()
|
/art/dt_fd_forward/ |
D | LICENSE | 12 This code is free software; you can redistribute it and/or modify it
|
/art/openjdkjvm/ |
D | LICENSE | 11 This code is free software; you can redistribute it and/or modify it
|
D | OpenjdkJvm.cc | 145 free(mon); in JVM_RawMonitorDestroy()
|
/art/libelffile/elf/ |
D | xz_utils.cc | 108 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in XzDecompress()
|
/art/dexdump/ |
D | dexdump.cc | 1452 free(tmpBuf); in dumpMethod() 1461 free(typeDescriptor); in dumpMethod() 1462 free(accessStr); in dumpMethod() 1518 free(accessStr); in dumpField() 1597 free(*pLastPackage); in dumpClass() 1600 free(mangle); in dumpClass() 1706 free(accessStr); in dumpClass() 1982 free(package); in processDexFile()
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | ArrayGet.smali | 107 # Test phi with free-type ArrayGet as an input and a matching second input. 138 # Test phi with free-type ArrayGet as an input and a conflicting second input.
|
/art/dex2oat/utils/ |
D | swap_space.h | 191 free(p); in deallocate()
|
/art/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 281 void SetByteSize(size_t size, bool free) { in SetByteSize() argument 284 alloc_size_ = (size / LargeObjectSpace::ObjectAlignment()) | (free ? kFlagFree : 0u); in SetByteSize()
|
/art/runtime/ |
D | monitor.h | 184 free(ptr); in delete()
|
D | monitor_inflation.md | 38 demand. By making the rows grow exponentially in size, and keeping a free list of recycled
|
/art/runtime/base/ |
D | gc_visited_arena_pool.cc | 211 free(addr); in FreeSingleObjArena()
|
/art/libnativeloader/ |
D | native_loader.cpp | 514 free(msg); in NativeLoaderFreeErrorMessage()
|
12