Home
last modified time | relevance | path

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

12

/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/lzma/CPP/7zip/Common/
DInBuffer.cpp30 void CInBuffer::Free() in Free() function in CInBuffer
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
DOutBuffer.cpp22 void COutBuffer::Free() in Free() function in COutBuffer
/external/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/lzma/CPP/Common/
DBuffer.h14 void Free() in Free() function
/external/v8/src/
Dregexp-stack.cc58 void RegExpStack::ThreadLocal::Free() { in Free() function in v8::internal::RegExpStack::ThreadLocal
Dlist.h43 void Free() { in Free() function
/external/lzma/CPP/Windows/
DDLL.cpp18 bool CLibrary::Free() in Free() function in NWindows::NDLL::CLibrary
/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
Dzlib.adb93 procedure Free is new Ada.Unchecked_Deallocation subprogram
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h67 void Free(Cache *c, IndexT idx) { in Free() function
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java65 void Free() { _bufferBase = null; } in Free() method in InWindow
/external/lldb/source/Core/
DRegularExpression.cpp250 RegularExpression::Free() in Free() function in RegularExpression
/external/skia/src/core/
DSkDescriptor.h29 static void Free(SkDescriptor* desc) { in Free() function
DSkMetaData.cpp334 void SkMetaData::Rec::Free(Rec* rec) { in Free() function in SkMetaData::Rec
/external/pdfium/core/include/fxcrt/
Dfx_memory.h109 void Free(void*) {} in Free() function
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp102 void CJS_ArrayBufferAllocator::Free(void* data, size_t length) { in Free() function in CJS_ArrayBufferAllocator
/external/skia/src/gpu/
DGrTRecorder.h133 static void Free(MemBlock* block) { in Free() function
/external/v8/samples/
Dshell.cc78 virtual void Free(void* data, size_t) { free(data); } in Free() function in ShellArrayBufferAllocator
/external/lldb/source/Expression/
DIRMemoryMap.cpp374 IRMemoryMap::Free (lldb::addr_t process_address, Error &error) in Free() function in IRMemoryMap

12