Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 25 of 86) sorted by relevance

1234

/external/ceres-solver/internal/ceres/
Dsuitesparse.h259 void Free(cholmod_sparse* m) { cholmod_free_sparse(&m, &cc_); } in Free() function
260 void Free(cholmod_dense* m) { cholmod_free_dense(&m, &cc_); } in Free() function
261 void Free(cholmod_factor* m) { cholmod_free_factor(&m, &cc_); } in Free() function
301 void Free(void*) {}; in Free() function
Dcxsparse.h136 void Free(void*) {}; in Free() function
Dcxsparse.cc206 void CXSparse::Free(cs_di* sparse_matrix) { in Free() function in ceres::internal::CXSparse
210 void CXSparse::Free(cs_dis* symbolic_factorization) { in Free() function in ceres::internal::CXSparse
/external/chromium_org/base/mac/
Dscoped_mach_port.cc14 void SendRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::SendRightTraits
21 void ReceiveRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::ReceiveRightTraits
/external/chromium_org/base/files/
Dscoped_file.cc21 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
/external/chromium_org/mojo/public/cpp/utility/lib/
Dthread_local.h42 void Free() { in Free() function
/external/lzma/CPP/7zip/Common/
DInBuffer.cpp30 void CInBuffer::Free() in Free() function in CInBuffer
DOutBuffer.cpp22 void COutBuffer::Free() in Free() function in COutBuffer
DStreamObjects.cpp41 void CByteDynBuffer::Free() in Free() function in CByteDynBuffer
124 void CCachedInStream::Free() in Free() function in CCachedInStream
DCWrappers.cpp134 void CByteInBufWrap::Free() in Free() function in CByteInBufWrap
183 void CByteOutBufWrap::Free() in Free() function in CByteOutBufWrap
/external/chromium_org/cc/resources/
Dscoped_resource.cc52 void ScopedResource::Free() { in Free() function in cc::ScopedResource
/external/lzma/CPP/Common/
DBuffer.h14 void Free() in Free() function
/external/chromium_org/v8/src/
Dregexp-stack.cc58 void RegExpStack::ThreadLocal::Free() { in Free() function in v8::internal::RegExpStack::ThreadLocal
/external/chromium_org/v8/test/cctest/
Dcctest.cc134 virtual void Free(void* data, size_t length) { free(data); } in Free() function in CcTestArrayBufferAllocator
136 virtual void Free(void* data) { UNREACHABLE(); } in Free() function in CcTestArrayBufferAllocator
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dencoded_frame.cc76 void VCMEncodedFrame::Free() in Free() function in webrtc::VCMEncodedFrame
/external/chromium_org/gpu/command_buffer/client/
Dbuffer_tracker.cc76 void BufferTracker::Free(Buffer* buffer) { in Free() function in gpu::gles2::BufferTracker
/external/chromium_org/chrome/utility/importer/
Dnss_decryptor_win.cc155 void NSSDecryptor::Free() { in Free() function in NSSDecryptor
/external/lzma/CPP/Windows/
DDLL.cpp18 bool CLibrary::Free() in Free() function in NWindows::NDLL::CLibrary
/external/pdfium/core/src/fxcrt/
Dmem_int.h65 void Free(FX_LPVOID p) in Free() function
120 void Free(FX_LPVOID p) in Free() function
Dfx_basic_memmgr_mini.cpp295 void CFXMEM_Page::Free(FX_LPVOID p) in Free() function in CFXMEM_Page
375 void CFXMEM_Pages::Free(FX_LPVOID p) in Free() function in CFXMEM_Pages
450 void CFXMEM_Pool::Free(FX_LPVOID p) in Free() function in CFXMEM_Pool
727 void CFXMEM_FixedMgr::Free(FX_LPVOID p) in Free() function in CFXMEM_FixedMgr
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs65 void Free() { _bufferBase = null; } in Free() method in SevenZip.Compression.LZ.InWindow
/external/zlib/src/contrib/ada/
Dzlib-streams.adb20 procedure Free is new Ada.Unchecked_Deallocation subprogram
/external/pdfium/core/include/fxcrt/
Dfx_memory.h32 void (*Free)(struct _FXMEM_SystemMgr* pMgr, void* pointer, int flags); member
46 void (*Free)(struct _FXMEM_SystemMgr2* pMgr, void* memory); member
257 void Free(void*) {} in Free() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h67 void Free(Cache *c, IndexT idx) { in Free() function
/external/chromium_org/base/
Dscoped_generic_unittest.cc20 void Free(int value) { in Free() function

1234