Searched refs:free (Results 1 – 25 of 31) sorted by relevance
12
/art/dexlist/ |
D | dexlist.cc | 130 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/ |
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/openjdkjvmti/ |
D | ti_allocator.cc | 91 free(mem); in DeallocateImpl()
|
D | NOTICE | 11 This code is free software; you can redistribute it and/or modify it
|
/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 | malloc_arena_pool.cc | 75 free(reinterpret_cast<void*>(unaligned_memory_)); in ~MallocArena()
|
D | allocator.h | 143 free(p); in deallocate()
|
D | logging.cc | 145 free(buf); in LogLineLowStack()
|
D | stl_util.h | 85 free(const_cast<void*>(ptr)); in operator()
|
D | common_art_test.cc | 149 free(cwd); in SetUpAndroidRootEnvVars() 293 free(cwd); in GetAndroidToolsDir()
|
/art/dt_fd_forward/ |
D | NOTICE | 12 This code is free software; you can redistribute it and/or modify it
|
D | dt_fd_forward.cc | 650 mem_.free(data); in Free()
|
/art/openjdkjvm/ |
D | NOTICE | 11 This code is free software; you can redistribute it and/or modify it
|
D | OpenjdkJvm.cc | 142 free(mon); in JVM_RawMonitorDestroy()
|
/art/libelffile/elf/ |
D | xz_utils.cc | 104 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in XzDecompress()
|
/art/dexdump/ |
D | dexdump.cc | 1320 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/ |
D | dexlayout.cc | 1264 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/ |
D | native_loader.cpp | 220 free(msg); in NativeLoaderFreeErrorMessage()
|
/art/compiler/utils/ |
D | swap_space.h | 190 free(p); in deallocate()
|
/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/runtime/gc/space/ |
D | large_object_space.cc | 275 void SetByteSize(size_t size, bool free) { in SetByteSize() argument 278 alloc_size_ = (size / FreeListSpace::kAlignment) | (free ? kFlagFree : 0u); in SetByteSize()
|
/art/runtime/ |
D | monitor.h | 171 free(ptr); in delete()
|
/art/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
/art/runtime/jit/ |
D | debugger_interface.cc | 199 static void Free(const void* ptr) { free(const_cast<void*>(ptr)); } in Free()
|
12