Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h95 PackPositions.Free(); in Clear()
100 NumUnpackStreamsVector.Free(); in Clear()
101 CoderUnpackSizes.Free(); in Clear()
102 FoToCoderUnpackSizes.Free(); in Clear()
103 FoStartPackStreamIndex.Free(); in Clear()
104 FoToMainUnpackSizeIndex.Free(); in Clear()
105 FoCodersDataOffset.Free(); in Clear()
106 CodersData.Free(); in Clear()
132 SecureBuf.Free();
142 NamesBuf.Free(); in Clear()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuddyAllocator.cpp43 if (block->mState == BlockState::Free) { in ComputeNumOfFreeBlocks()
99 ASSERT(block->mState == BlockState::Free); in InsertFreeBlock()
117 ASSERT(block->mState == BlockState::Free); in RemoveFreeBlock()
128 ASSERT(pPrev->mState == BlockState::Free); in RemoveFreeBlock()
133 ASSERT(pNext->mState == BlockState::Free); in RemoveFreeBlock()
162 ASSERT(currBlock->mState == BlockState::Free); in Allocate()
227 curr->mState = BlockState::Free;
230 while (currBlockLevel > 0 && curr->pBuddy->mState == BlockState::Free) {
242 parent->mState = BlockState::Free;
H A DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; member in dawn_native::BuddyAllocator::BlockState
58 : mOffset(offset), mSize(size), mState(BlockState::Free) { in BuddyBlock()
/third_party/lzma/CPP/Windows/
H A DDLL.h28 /* Win32: Don't call CLibrary::Free() and FreeLibrary() from another
40 ~CLibrary() { Free(); } in ~CLibrary()
59 Free(); in Attach()
69 bool Free() throw();
85 ~CLibrary() { Free(); }
89 bool Free() throw();
H A DDLL.cpp18 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
30 if (!Free()) in LoadEx()
47 if (!Free()) in Load()
131 bool CLibrary::Free() throw() in Free() function in NWindows::NDLL::CLibrary
144 if (!Free()) in Load()
H A DMemoryGlobal.h16 ~CGlobal() { Free(); } in ~CGlobal()
20 Free(); in Attach()
30 bool Free() throw();
H A DShell.h33 ~CItemIDList() { Free(); } in ~CItemIDList()
34 void Free();
37 Free(); in Attach()
64 void Free();
67 ~CDrop() { Free(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()
68 Addr = (uintptr_t)FreeMB.Free.base(); in allocateSection()
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()
88 FreeMB.Free = in allocateSection()
131 FreeMB.Free = sys::MemoryBlock((void *)(Addr + Size), FreeSize); in allocateSection()
206 FreeMB.Free = trimBlockToPageSize(FreeMB.Free); in applyMemoryGroupPermissions()
214 return FreeMB.Free.allocatedSize() == 0; in applyMemoryGroupPermissions()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DObjectStorage.h36 Free, member in dawn_wire::server::AllocationState
104 reservation.state = AllocationState::Free; in KnownObjects()
154 if (mKnown[id].state != AllocationState::Free) { in Allocate()
163 void Free(uint32_t id) { in Free() function in dawn_wire::server::KnownObjects
165 mKnown[id].state = AllocationState::Free; in Free()
173 data.state = AllocationState::Free;
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.h67 ~CByteInBufWrap() { Free(); } in ~CByteInBufWrap()
68 void Free() throw();
99 ~CLookToSequentialWrap() { Free(); }
100 void Free() throw();
139 ~CByteOutBufWrap() { Free(); } in ~CByteOutBufWrap()
140 void Free() throw();
171 ~CLookOutWrap() { Free(); }
172 void Free() throw();
H A DStreamObjects.h66 ~CByteDynBuffer() { Free(); }
67 void Free() throw();
140 virtual ~CCachedInStream() { Free(); } // the destructor must be virtual (Release() calls it) !!!
141 void Free() throw();
H A DCWrappers.cpp161 void CByteInBufWrap::Free() throw() in Free() function in CByteInBufWrap
171 Free(); in Alloc()
215 void CLookToSequentialWrap::Free() throw()
225 Free();
259 void CByteOutBufWrap::Free() throw() in Free() function in CByteOutBufWrap
269 Free(); in Alloc()
310 void CLookOutWrap::Free() throw()
320 Free();
H A DOutBuffer.h37 ~COutBuffer() { Free(); } in ~COutBuffer()
40 void Free() throw();
H A DOutBuffer.cpp16 Free(); in Create()
22 void COutBuffer::Free() throw() in Free() function in COutBuffer
H A DInBuffer.h104 ~CInBuffer() { Free(); } in ~CInBuffer()
106 void Free() throw();
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc127 void Malloced::operator delete(void* p) { base::Free(p); } in operator delete()
176 base::Free(ptr); in AlignedFree()
180 base::Free(ptr); in AlignedFree()
268 Free(); in ~VirtualMemory()
301 void VirtualMemory::Free() { in Free() function in v8::internal::VirtualMemory
316 // The only difference to Free is that it doesn't call Reset which would write in FreeReadOnly()
329 VirtualMemoryCage::~VirtualMemoryCage() { Free(); } in ~VirtualMemoryCage()
433 padded_reservation.Free(); in InitReservation()
469 void VirtualMemoryCage::Free() { in Free() function in v8::internal::VirtualMemoryCage
474 reservation_.Free(); in Free()
[all...]
/third_party/lzma/CPP/Common/
H A DMyBuffer.h20 void Free() in Free() function in CBuffer
60 Free(); in Alloc()
73 Free(); in AllocAtLeast()
166 void Free() in Free() function in CObjArray
210 void Free() in Free() function in CObjArray2
270 Free();
/third_party/gn/src/util/
H A Daligned_alloc_unittest.cc15 AlignedAllocPtrSize::Free(ptr); in TEST()
22 AlignedAlloc32::Free(ptr); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc_test.cc116 LowLevelAlloc::Free(it->second.ptr); in Test()
128 LowLevelAlloc::Free(it->second.ptr); in Test()
139 LowLevelAlloc::Free(it->second.ptr); in Test()
/third_party/node/deps/v8/src/base/platform/
H A Dwrappers.h33 inline void Free(void* memory) { return free(memory); } in Free() function
53 inline void Free(void* memory) { return SbMemoryDeallocate(memory); }
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp122 TextureAllocator().Free(FromAPI(reservation.texture)); in ReclaimTextureReservation()
126 SwapChainAllocator().Free(FromAPI(reservation.swapchain)); in ReclaimSwapChainReservation()
130 DeviceAllocator().Free(FromAPI(reservation.device)); in ReclaimDeviceReservation()
/third_party/ffmpeg/libavcodec/arm/
H A Dvideodsp_armv5te.S9 @ License as published by the Free Software Foundation; either
18 @ License along with FFmpeg; if not, write to the Free Software
/third_party/ffmpeg/libavutil/x86/
H A Demms.asm8 ;* License as published by the Free Software Foundation; either
17 ;* License along with FFmpeg; if not, write to the Free Software
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs144 hData.Free(); in Update()
195 hData.Free(); in Update()
H A DCodecBase.cs149 _hInput.Free(); in CleanUp()
151 _hOutput.Free(); in CleanUp()

Completed in 10 milliseconds

12345678910>>...14