Home
last modified time | relevance | path

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

/art/runtime/base/
Dallocator.cc42 free(p); in Free()
Dallocator.h131 free(p); in deallocate()
/art/runtime/jdwp/
Djdwp_expand_buf.cc64 free(pBuf->storage); in expandBufFree()
Djdwp_event.cc389 free(pEvent->mods[i].classMatch.classPattern); in EventFree()
393 free(pEvent->mods[i].classExclude.classPattern); in EventFree()
398 free(pEvent); in EventFree()
Djdwp_handler.cc1444 free(replyBuf); in DDM_Chunk()
/art/compiler/utils/
Dswap_space.h174 free(p); in deallocate()
Darena_allocator.cc135 free(reinterpret_cast<void*>(memory_)); in ~Arena()
Dassembler_thumb_test.cc78 free(cwd); in GetAndroidToolsDir()
/art/runtime/gc/space/
Dlarge_object_space.cc210 void SetByteSize(size_t size, bool free) { in SetByteSize() argument
212 alloc_size_ = (size / FreeListSpace::kAlignment) | (free ? kFlagFree : 0U); in SetByteSize()
/art/runtime/hprof/
Dhprof.cc186 free(body_); in ~HprofRecord()
423 free(header_data_ptr_); in ~Hprof()
424 free(body_data_ptr_); in ~Hprof()
/art/
DNOTICE81 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/
Dcommon_runtime_test.cc128 free(cwd); in SetUpAndroidRoot()
Dutils.h552 free(const_cast<void*>(ptr));
Doat_file.cc166 free(absolute_path); in Dlopen()
Dthread.cc1246 free(tlsPtr_.nested_signal_state); in ~Thread()