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

12345678910

/external/perfetto/src/tracing/core/
H A Did_allocator_unittest.cc43 id_allocator.Free(42);
49 id_allocator.Free(1);
50 id_allocator.Free(kMaxId);
59 id_allocator.Free(kMaxId - i);
71 id_allocator.Free(0xff);
/external/lzma/CPP/Windows/
H A DDLL.h17 /* Win32: Don't call CLibrary::Free() and FreeLibrary() from another
28 ~CLibrary() { Free(); }
36 Free();
46 bool Free() throw();
H A DCOM.h34 ~CStgMedium() { Free(); }
35 void Free() function in class:NWindows::NCOM::CStgMedium
H A DShell.h27 ~CItemIDList() { Free(); }
28 void Free();
31 Free();
57 void Free();
60 ~CDrop() { Free(); }
H A DDLL.cpp16 bool CLibrary::Free() throw() function in class:NWindows::NDLL::CLibrary
28 if (!Free())
45 if (!Free())
/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/tensorflow/tensorflow/core/platform/
H A Dmem.h34 void Free(void* ptr);
/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/7zip/Archive/7z/
H A D7zIn.h95 PackPositions.Free();
100 NumUnpackStreamsVector.Free();
101 CoderUnpackSizes.Free();
102 FoToCoderUnpackSizes.Free();
103 FoStartPackStreamIndex.Free();
104 FoToMainUnpackSizeIndex.Free();
105 FoCodersDataOffset.Free();
106 CodersData.Free();
131 SecureBuf.Free();
141 NamesBuf.Free();
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator_test.cc37 const char kFree[] = "Free";
40 // CallSequence records a sequence of Alloc/Free/Finish calls.
57 void Free(const LogicalBuffer* buffer, int64 size) override {
83 // Since we're only tracking the sequence of Alloc/Free calls, the actual
118 // order. The Free calls are sorted by LogicalBuffer.id, which is at least
139 // Ensures the expected sequence of Alloc/Free/Finish calls was performed.
475 // The order of the remaining Free calls is based on the LogicalBuffer.id,
546 heap.Free(buffer_a_, 10);
547 heap.Free(buffer_b_, 20);
548 heap.Free(buffer_c
[all...]
/external/lzma/C/
H A D7zBuf.c33 alloc->Free(alloc, p->data);
H A D7zBuf2.c34 alloc->Free(alloc, p->data);
47 alloc->Free(alloc, p->data);
/external/v8/src/extensions/
H A Dfree-buffer-extension.cc25 isolate->array_buffer_allocator()->Free(contents.Data(),
/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/lzma/CPP/Common/
H A DMyBuffer.h14 void Free() function in class:CBuffer
47 Free();
60 Free();
136 void Free() function in class:CObjArray
171 void Free() function in class:CObjArray2
228 Free();
/external/v8/src/heap/
H A Darray-buffer-tracker.cc17 void LocalArrayBufferTracker::Free() { function in class:v8::internal::LocalArrayBufferTracker
24 heap_->isolate()->array_buffer_allocator()->Free(buffer->backing_store(),
64 heap_->isolate()->array_buffer_allocator()->Free(
93 tracker->Free<LocalArrayBufferTracker::kFreeDead>();
102 tracker->Free<LocalArrayBufferTracker::kFreeAll>();
/external/aac/libSYS/include/
H A DgenericStds.h162 void Free##name(type **p); \
168 void Free##name(type **p); \
177 void Free##name(type **p) { \
193 void Free##name(type **p) { \
211 void Free##name(type **p) { \
230 void Free##name(type **p) { \
248 void Free##name(type **p) { \
264 void Free##name(type **p) { \
282 void Free##name(type **p) { \
301 void Free##nam
[all...]
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cc48 alloc.Free(&cache, idx);
/external/libusb/android/jni/
H A DAndroid.mk6 # License as published by the Free Software Foundation; either
15 # License along with this library; if not, write to the Free Software

Completed in 874 milliseconds

12345678910