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

123456789

/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_mach_port.h23 BASE_EXPORT static void Free(mach_port_t port);
31 BASE_EXPORT static void Free(mach_port_t port);
39 BASE_EXPORT static void Free(mach_port_t port);
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/lzma/CPP/Windows/
H A DDLL.h22 ~CLibrary() { Free(); }
30 Free();
40 bool Free() throw();
H A DShell.h27 ~CItemIDList() { Free(); }
28 void Free();
31 Free();
57 void Free();
60 ~CDrop() { Free(); }
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())
/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/libchrome/base/files/
H A Dscoped_file.cc24 void ScopedFDCloseTraits::Free(int fd) { function in class:base::internal::ScopedFDCloseTraits
H A Dscoped_file.h26 static void Free(int fd);
/external/libmojo/base/threading/
H A Dthread_local_android.cc17 slot.Free();
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h62 ~CByteInBufWrap() { Free(); }
63 void Free() throw();
94 ~CByteOutBufWrap() { Free(); }
95 void Free() throw();
H A DInBuffer.h85 ~CInBuffer() { Free(); }
87 void Free() throw();
H A DOutBuffer.h37 ~COutBuffer() { Free(); }
40 void Free() throw();
/external/lzma/CPP/Common/
H A DMyBuffer.h23 void Free() function in class:CBuffer
46 Free();
59 Free();
89 Free();
128 void Free() function in class:CObjArray
164 void Free() function in class:CObjArray2
221 Free();
/external/lzma/C/
H A D7zBuf.c33 alloc->Free(alloc, p->data);
H A D7zBuf2.c34 alloc->Free(alloc, p->data);
44 alloc->Free(alloc, p->data);
/external/v8/src/extensions/
H A Dfree-buffer-extension.cc25 isolate->array_buffer_allocator()->Free(contents.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/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp53 if (FreeMB.Free.size() >= RequiredSize) {
54 Addr = (uintptr_t)FreeMB.Free.base();
55 uintptr_t EndOfBlock = Addr + FreeMB.Free.size();
72 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), EndOfBlock - Addr - Size);
116 FreeMB.Free = sys::MemoryBlock((void*)(Addr + Size), FreeSize);
192 FreeMB.Free = trimBlockToPageSize(FreeMB.Free);
200 [](FreeMemBlock &FreeMB) { return FreeMB.Free.size() == 0; }),
/external/v8/src/regexp/
H A Dregexp-stack.cc31 thread_local_.Free();
58 void RegExpStack::ThreadLocal::Free() { function in class:v8::internal::RegExpStack::ThreadLocal
H A Dregexp-stack.h72 void FreeThreadResources() { thread_local_.Free(); }
99 void Free();
/external/valgrind/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp4 Free 2 and re-allocate it. This gives it a new identity,
/external/v8/src/heap/
H A Darray-buffer-tracker.cc17 void LocalArrayBufferTracker::Free() { function in class:v8::internal::LocalArrayBufferTracker
25 heap_->isolate()->array_buffer_allocator()->Free(buffer->backing_store(),
65 heap_->isolate()->array_buffer_allocator()->Free(
94 tracker->Free<LocalArrayBufferTracker::kFreeDead>();
103 tracker->Free<LocalArrayBufferTracker::kFreeAll>();

Completed in 723 milliseconds

123456789