Searched refs:free (Results 1 – 15 of 15) sorted by relevance
/art/runtime/base/ |
D | allocator.cc | 42 free(p); in Free()
|
D | allocator.h | 131 free(p); in deallocate()
|
/art/runtime/jdwp/ |
D | jdwp_expand_buf.cc | 64 free(pBuf->storage); in expandBufFree()
|
D | jdwp_event.cc | 389 free(pEvent->mods[i].classMatch.classPattern); in EventFree() 393 free(pEvent->mods[i].classExclude.classPattern); in EventFree() 398 free(pEvent); in EventFree()
|
D | jdwp_handler.cc | 1444 free(replyBuf); in DDM_Chunk()
|
/art/compiler/utils/ |
D | swap_space.h | 174 free(p); in deallocate()
|
D | arena_allocator.cc | 135 free(reinterpret_cast<void*>(memory_)); in ~Arena()
|
D | assembler_thumb_test.cc | 78 free(cwd); in GetAndroidToolsDir()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 210 void SetByteSize(size_t size, bool free) { in SetByteSize() argument 212 alloc_size_ = (size / FreeListSpace::kAlignment) | (free ? kFlagFree : 0U); in SetByteSize()
|
/art/runtime/hprof/ |
D | hprof.cc | 186 free(body_); in ~HprofRecord() 423 free(header_data_ptr_); in ~Hprof() 424 free(body_data_ptr_); in ~Hprof()
|
/art/ |
D | NOTICE | 81 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 88 worldwide, non-exclusive, no-charge, royalty-free, irrevocable 212 Permission is hereby granted, free of charge, to any person obtaining a copy of
|
/art/runtime/ |
D | common_runtime_test.cc | 128 free(cwd); in SetUpAndroidRoot()
|
D | utils.h | 552 free(const_cast<void*>(ptr));
|
D | oat_file.cc | 166 free(absolute_path); in Dlopen()
|
D | thread.cc | 1246 free(tlsPtr_.nested_signal_state); in ~Thread()
|