Home
last modified time | relevance | path

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

12

/art/dexlist/
Ddexlist.cc130 free(typeDesc); in dumpMethod()
254 free(gOptions.argCopy); in dexlistDriver()
263 free(gOptions.argCopy); in dexlistDriver()
275 free(gOptions.argCopy); in dexlistDriver()
/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/openjdkjvmti/
Dti_allocator.cc91 free(mem); in DeallocateImpl()
DNOTICE11 This code is free software; you can redistribute it and/or modify it
/art/test/004-UnsafeTest/
Dunsafe_test.cc50 free(mem); in Java_Main_unsafeTestFree()
/art/libartbase/base/
Dallocator.cc38 free(p); in Free()
Dmalloc_arena_pool.cc75 free(reinterpret_cast<void*>(unaligned_memory_)); in ~MallocArena()
Dallocator.h143 free(p); in deallocate()
Dlogging.cc145 free(buf); in LogLineLowStack()
Dstl_util.h85 free(const_cast<void*>(ptr)); in operator()
Dcommon_art_test.cc149 free(cwd); in SetUpAndroidRootEnvVars()
293 free(cwd); in GetAndroidToolsDir()
/art/dt_fd_forward/
DNOTICE12 This code is free software; you can redistribute it and/or modify it
Ddt_fd_forward.cc650 mem_.free(data); in Free()
/art/openjdkjvm/
DNOTICE11 This code is free software; you can redistribute it and/or modify it
DOpenjdkJvm.cc142 free(mon); in JVM_RawMonitorDestroy()
/art/libelffile/elf/
Dxz_utils.cc104 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in XzDecompress()
/art/dexdump/
Ddexdump.cc1320 free(tmpBuf); in dumpMethod()
1329 free(typeDescriptor); in dumpMethod()
1330 free(accessStr); in dumpMethod()
1386 free(accessStr); in dumpField()
1465 free(*pLastPackage); in dumpClass()
1468 free(mangle); in dumpClass()
1574 free(accessStr); in dumpClass()
1843 free(package); in processDexFile()
/art/dexlayout/
Ddexlayout.cc1264 free(tmp_buf); in DumpMethod()
1273 free(type_descriptor); in DumpMethod()
1274 free(access_str); in DumpMethod()
1331 free(access_str); in DumpSField()
1400 free(*last_package); in DumpClass()
1403 free(mangle); in DumpClass()
1537 free(access_str); in DumpClass()
1561 free(package); in DumpDexFile()
/art/libnativeloader/
Dnative_loader.cpp220 free(msg); in NativeLoaderFreeErrorMessage()
/art/compiler/utils/
Dswap_space.h190 free(p); in deallocate()
/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/runtime/gc/space/
Dlarge_object_space.cc275 void SetByteSize(size_t size, bool free) { in SetByteSize() argument
278 alloc_size_ = (size / FreeListSpace::kAlignment) | (free ? kFlagFree : 0u); in SetByteSize()
/art/runtime/
Dmonitor.h171 free(ptr); in delete()
/art/
DNOTICE81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/art/runtime/jit/
Ddebugger_interface.cc199 static void Free(const void* ptr) { free(const_cast<void*>(ptr)); } in Free()

12