Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 42) sorted by relevance

12

/art/test/905-object-free/
DAndroid.bp3 // 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/
Dinfo.txt3 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/
Ddexlist.cc134 free(typeDesc); in dumpMethod()
253 free(gOptions.argCopy); in dexlistDriver()
262 free(gOptions.argCopy); in dexlistDriver()
274 free(gOptions.argCopy); in dexlistDriver()
/art/openjdkjvmti/
Dti_allocator.cc91 free(mem); in DeallocateImpl()
DLICENSE11 This code is free software; you can redistribute it and/or modify it
/art/test/2235-JdkUnsafeTest/
Dunsafe_test.cc50 free(mem); in Java_Main_jdkUnsafeTestFree()
/art/test/004-UnsafeTest/
Dunsafe_test.cc50 free(mem); in Java_Main_unsafeTestFree()
/art/libartbase/base/
Dallocator.cc38 free(p); in Free()
Dallocator.h135 free(p); in deallocate()
Dmalloc_arena_pool.cc75 free(reinterpret_cast<void*>(unaligned_memory_)); in ~MallocArena()
Dlogging.cc145 free(buf); in LogLineLowStack()
Dstl_util.h86 free(const_cast<void*>(ptr)); in operator()
/art/dt_fd_forward/
DLICENSE12 This code is free software; you can redistribute it and/or modify it
/art/openjdkjvm/
DLICENSE11 This code is free software; you can redistribute it and/or modify it
DOpenjdkJvm.cc145 free(mon); in JVM_RawMonitorDestroy()
/art/libelffile/elf/
Dxz_utils.cc108 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in XzDecompress()
/art/dexdump/
Ddexdump.cc1452 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/
DArrayGet.smali107 # 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/
Dswap_space.h191 free(p); in deallocate()
/art/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/art/runtime/gc/space/
Dlarge_object_space.cc281 void SetByteSize(size_t size, bool free) { in SetByteSize() argument
284 alloc_size_ = (size / LargeObjectSpace::ObjectAlignment()) | (free ? kFlagFree : 0u); in SetByteSize()
/art/runtime/
Dmonitor.h184 free(ptr); in delete()
Dmonitor_inflation.md38 demand. By making the rows grow exponentially in size, and keeping a free list of recycled
/art/runtime/base/
Dgc_visited_arena_pool.cc211 free(addr); in FreeSingleObjArena()
/art/libnativeloader/
Dnative_loader.cpp514 free(msg); in NativeLoaderFreeErrorMessage()

12