Home
last modified time | relevance | path

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

12345678

/external/cronet/base/mac/
Dscoped_mach_port.cc13 void SendRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::SendRightTraits
20 void ReceiveRightTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::ReceiveRightTraits
28 void PortSetTraits::Free(mach_port_t port) { in Free() function in base::mac::internal::PortSetTraits
Dscoped_launch_data.h23 static void Free(launch_data_t ldt) { launch_data_free(ldt); } in Free() function
Dscoped_ionotificationportref.h18 static void Free(IONotificationPortRef object) { in Free() function
Dscoped_cffiledescriptorref.h18 static void Free(CFFileDescriptorRef ref) { in Free() function
/external/cronet/crypto/
Dscoped_capi_types.h23 static void Free(CAPIHandle handle) { in Free() function
37 static void Free(CAPIHandle handle) { in Free() function
62 static void Free(HCERTCHAINENGINE engine) { in Free() function
Dscoped_cng_types.h18 static void Free(T handle) { NCryptFreeObject(handle); } in Free() function
/external/cronet/base/win/
Dscoped_gdi_object.h20 static void Free(T object) { DeleteObject(object); } in Free() function
26 void inline ScopedGDIObjectTraits<HICON>::Free(HICON icon) { in Free() function
Dscoped_devinfo.h17 static void Free(HDEVINFO h) { SetupDiDestroyDeviceInfoList(h); } in Free() function
/external/lzma/CPP/Common/
DMyBuffer.h17 void Free() in Free() function
139 void Free() in Free() function
183 void Free() in Free() function
DMyBuffer2.h21 void Free() { ::MidFree(_data); _data = NULL; _size = 0; } in Free() function
60 void Free() in Free() function
/external/libchrome/base/files/
Dscoped_file.cc23 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
/external/cronet/base/files/
Dscoped_file.cc23 void ScopedFDCloseTraits::Free(int fd) { in Free() function in base::internal::ScopedFDCloseTraits
/external/openthread/src/core/common/
Dheap.cpp48 void Free(void *aPointer) in Free() function
Dheap_allocatable.hpp121 void Free(void) in Free() function in ot::Heap::Allocatable
Dheap_string.cpp81 void String::Free(void) in Free() function in ot::Heap::String
/external/lzma/CPP/Windows/
DCOM.h35 void Free() in Free() function
/external/pdfium/fxjs/
Dcfx_v8_array_buffer_allocator.cpp45 void CFX_V8ArrayBufferAllocator::Free(void* data, size_t length) { in Free() function in CFX_V8ArrayBufferAllocator
/external/libbrillo/brillo/files/
Dscoped_dir.h25 static void Free(DIR* dir) { in Free() function
/external/perfetto/src/tracing/core/
Did_allocator.h63 void Free(T id) { FreeGeneric(id); } in Free() function
/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc_perftest.cc89 void Free(void* data) override { free(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::SystemAllocator
100 void Free(void* data) override { ThreadSafePartitionRoot::FreeNoHooks(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::PartitionAllocator
131 void Free(void* data) override { allocator_.root()->Free(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::PartitionAllocatorWithThreadCache
173 void Free(void* data) override { ThreadSafePartitionRoot::Free(data); } in Free() function in partition_alloc::internal::__anone7ad03770111::PartitionAllocatorWithAllocationStackTraceRecorder
/external/cronet/base/allocator/dispatcher/
Ddispatcher_unittest.cc103 void Free(void* data) { alloc_.Free(data); } in Free() function
131 void Free(void* data) { allocator_shim::UncheckedFree(data); } in Free() function
/external/cronet/base/
Dscoped_native_library.cc9 void NativeLibraryTraits::Free(NativeLibrary library) { in Free() function in base::NativeLibraryTraits
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp158 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap
207 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
DOutBuffer.cpp22 void COutBuffer::Free() throw() in Free() function in COutBuffer
/external/cronet/net/base/
Dnetwork_interfaces_getifaddrs_android.cc43 static void Free(int f) { ::close(f); } in Free() function
49 static void Free(struct ifaddrs* ifaddrs) { Freeifaddrs(ifaddrs); } in Free() function

12345678