Searched refs:Free (Results 1 - 25 of 408) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dcxsparse.h70 // with Free. May return NULL if the compression or allocation fails.
75 // The returned matrix should be deallocated with Free when not used
81 // The returned matrix should be deallocated with Free when not used
87 // The returned matrix should be deallocated with Free when not used anymore.
93 // The returned matrix should be deallocated with Free when not used anymore.
105 // The returned matrix should be deallocated with Free when not used
116 void Free(cs_di* sparse_matrix);
117 void Free(cs_dis* symbolic_factorization);
H A Dsuitesparse.h248 void Free(cholmod_sparse* m) { cholmod_free_sparse(&m, &cc_); } function in class:ceres::internal::SuiteSparse
249 void Free(cholmod_dense* m) { cholmod_free_dense(&m, &cc_); } function in class:ceres::internal::SuiteSparse
250 void Free(cholmod_factor* m) { cholmod_free_factor(&m, &cc_); } function in class:ceres::internal::SuiteSparse
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h57 ~CByteInBufWrap() { Free(); }
58 void Free();
89 ~CByteOutBufWrap() { Free(); }
90 void Free();
H A DInBuffer.cpp24 Free();
30 void CInBuffer::Free() function in class:CInBuffer
H A DInBuffer.h36 ~CInBuffer() { Free(); }
39 void Free();
H A DOutBuffer.h37 ~COutBuffer() { Free(); }
40 void Free();
/external/lzma/CPP/Windows/
H A DDLL.h24 ~CLibrary() { Free(); }
32 Free();
42 bool Free();
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor_win.cc82 Free();
102 Free();
110 Free();
140 Free();
146 Free();
154 void NSSDecryptor::Free() { function in class:NSSDecryptor
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.h68 void Free(void* pointer) { function in class:gpu::MemoryChunk
69 allocator_.Free(pointer);
146 void Free(void* pointer);
156 // Free Any Shared memory that is not in use.
H A Dfenced_allocator_test.cc126 allocator_->Free(offset);
161 // Free one successful allocation, reallocate with half the size
162 allocator_->Free(offsets[0]);
174 // Free up everything.
176 allocator_->Free(offsets[i]);
203 // Free one successful allocation, pending fence.
222 // Free up everything.
224 allocator_->Free(offsets[i]);
250 // Free one successful allocation, pending fence.
264 // Free tw
[all...]
/external/chromium/base/threading/
H A Dthread_local_storage_posix.cc29 void ThreadLocalStorage::Slot::Free() { function in class:base::ThreadLocalStorage::Slot
/external/chromium_org/base/threading/
H A Dthread_local_storage_posix.cc29 void ThreadLocalStorage::StaticSlot::Free() { function in class:base::ThreadLocalStorage::StaticSlot
/external/chromium_org/cc/resources/
H A Dscoped_resource.h32 void Free();
H A Dscoped_resource.cc15 Free();
52 void ScopedResource::Free() { function in class:cc::ScopedResource
/external/chromium_org/third_party/lzma_sdk/
H A D7zBuf.c33 alloc->Free(alloc, p->data);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.h61 // Free() since that call to Alloc(). The space is returned to the arena
63 static void Free(void *s) ATTRIBUTE_SECTION(malloc_hook);
65 // ATTRIBUTE_SECTION(malloc_hook) for Alloc* and Free
75 // Report calls to Alloc() and Free() via the MallocHook interface.
79 // Make calls to Alloc(), Free() be async-signal-safe. Not set in
88 // Alloc/Free.
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.h61 // Free() since that call to Alloc(). The space is returned to the arena
63 static void Free(void *s) ATTRIBUTE_SECTION(malloc_hook);
65 // ATTRIBUTE_SECTION(malloc_hook) for Alloc* and Free
75 // Report calls to Alloc() and Free() via the MallocHook interface.
79 // Make calls to Alloc(), Free() be async-signal-safe. Not set in
88 // Alloc/Free.
/external/lzma/C/
H A D7zBuf.c33 alloc->Free(alloc, p->data);
H A D7zBuf2.c31 alloc->Free(alloc, p->data);
41 alloc->Free(alloc, p->data);
/external/aac/libSYS/include/
H A DgenericStds.h151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
162 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
168 static void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
174 void Free ## name(type** p) { if (p != NULL) { FDKfree(*p); *p=NULL; } } \
180 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
186 void Free ## name(type** p) { if (p != NULL) { FDKafree(*p); *p=NULL; } } \
192 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
198 void Free ## name(type** p) { if (p != NULL) { FDKfree_L(*p); *p=NULL; } } \
204 void Free ## nam
[all...]
/external/chromium_org/v8/src/
H A Dregexp-stack.cc53 thread_local_.Free();
80 void RegExpStack::ThreadLocal::Free() { function in class:v8::internal::RegExpStack::ThreadLocal
H A Dregexp-stack.h91 void FreeThreadResources() { thread_local_.Free(); }
118 void Free();
/external/v8/src/
H A Dregexp-stack.h91 void FreeThreadResources() { thread_local_.Free(); }
118 void Free();
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp4 Free 2 and re-allocate it. This gives it a new identity,
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_win.cc83 Free();
109 Free();
141 Free();
147 Free();
155 void NSSDecryptor::Free() { function in class:NSSDecryptor

Completed in 6805 milliseconds

1234567891011>>