Searched defs:Free (Results 1 - 25 of 55) sorted by relevance

123

/external/libchrome/base/files/
H A Dscoped_file.cc24 void ScopedFDCloseTraits::Free(int fd) { function in class:base::internal::ScopedFDCloseTraits
/external/libchrome/base/mac/
H A Dscoped_mach_port.cc14 void SendRightTraits::Free(mach_port_t port) { function in class:base::mac::internal::SendRightTraits
21 void ReceiveRightTraits::Free(mach_port_t port) { function in class:base::mac::internal::ReceiveRightTraits
29 void PortSetTraits::Free(mach_port_t port) { function in class:base::mac::internal::PortSetTraits
H A Dscoped_cffiledescriptorref.h19 static void Free(CFFileDescriptorRef ref) { function in struct:base::mac::internal::ScopedCFFileDescriptorRefTraits
H A Dscoped_launch_data.h19 static void Free(launch_data_t ldt) { launch_data_free(ldt); } function in struct:base::mac::internal::ScopedLaunchDataTraits
/external/libchrome/base/
H A Dscoped_generic_unittest.cc22 void Free(int value) { function in struct:base::__anon10108::IntTraits
/external/libchrome/base/win/
H A Dscoped_gdi_object.h20 static void Free(T object) { DeleteObject(object); } function in struct:base::win::internal::ScopedGDIObjectTraits
26 void inline ScopedGDIObjectTraits<HICON>::Free(HICON icon) { function in class:base::win::internal::ScopedGDIObjectTraits
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h88 sys::MemoryBlock Free; member in struct:llvm::SectionMemoryManager::FreeMemBlock
/external/lzma/CPP/7zip/Common/
H A DOutBuffer.cpp16 Free();
22 void COutBuffer::Free() throw() function in class:COutBuffer
H A DInBuffer.cpp27 Free();
33 void CInBuffer::Free() throw() function in class:CInBuffer
H A DStreamObjects.cpp100 void CByteDynBuffer::Free() throw() function in class:CByteDynBuffer
185 void CCachedInStream::Free() throw() function in class:CCachedInStream
H A DCWrappers.cpp138 void CByteInBufWrap::Free() throw() function in class:CByteInBufWrap
148 Free();
187 void CByteOutBufWrap::Free() throw() function in class:CByteOutBufWrap
197 Free();
/external/lzma/CPP/Windows/
H A DCOM.h34 ~CStgMedium() { Free(); }
35 void Free() function in class:NWindows::NCOM::CStgMedium
H A DDLL.cpp16 bool CLibrary::Free() throw() function in class:NWindows::NDLL::CLibrary
28 if (!Free())
45 if (!Free())
H A DShell.cpp24 void CItemIDList::Free() function in class:NWindows::NShell::CItemIDList
31 shellMalloc->Free(m_Object);
43 Free();
56 Free();
73 Free();
78 void CDrop::Free() function in class:NWindows::NShell::CDrop
/external/webrtc/webrtc/modules/video_coding/
H A Dencoded_frame.cc71 Free();
74 void VCMEncodedFrame::Free() { function in class:webrtc::VCMEncodedFrame
/external/v8/src/regexp/
H A Dregexp-stack.cc31 thread_local_.Free();
58 void RegExpStack::ThreadLocal::Free() { function in class:v8::internal::RegExpStack::ThreadLocal
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h67 void Free(Cache *c, IndexT idx) { function in class:__tsan::DenseSlabAlloc
/external/libchrome/base/threading/
H A Dthread_local_storage.cc220 void ThreadLocalStorage::StaticSlot::Free() { function in class:base::ThreadLocalStorage::StaticSlot
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Darena.h62 void Free(ArenaBlock* pMem) function in class:DefaultAllocator
142 void Free(ArenaBlock* pMem) function in struct:CachingAllocatorT
168 this->DefaultAllocator::Free(pBlock);
225 // Free all cached blocks
232 this->DefaultAllocator::Free(pBlock);
239 this->DefaultAllocator::Free(pBlock);
463 m_allocator.Free(pBlock);
468 m_allocator.Free(m_pCurBlock);
/external/v8/src/heap/
H A Darray-buffer-tracker.cc17 void LocalArrayBufferTracker::Free() { function in class:v8::internal::LocalArrayBufferTracker
24 heap_->isolate()->array_buffer_allocator()->Free(buffer->backing_store(),
64 heap_->isolate()->array_buffer_allocator()->Free(
93 tracker->Free<LocalArrayBufferTracker::kFreeDead>();
102 tracker->Free<LocalArrayBufferTracker::kFreeAll>();
/external/lzma/CS/7zip/Compress/LZ/
H A DLzInWindow.cs65 void Free() { _bufferBase = null; } method in class:SevenZip.Compression.LZ.InWindow
74 Free();
/external/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java65 void Free() { _bufferBase = null; } method in class:InWindow
74 Free();
/external/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.h68 SmallBitVector Free; member in class:Ice::LinearScan::IterationState
94 /// Free up a register for infinite-weight Cur by spilling and reloading some
/external/v8/src/
H A Dlist.h45 void Free() { function in class:v8::internal::List
/external/libchrome/base/memory/
H A Dshared_memory_posix.cc39 static void Free(FilePath* path) { function in struct:base::__anon10046::ScopedPathUnlinkerTraits

Completed in 488 milliseconds

123