Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:Free
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/third_party/gn/src/base/files/
H
A
D
scoped_file.cc
23
void ScopedFDCloseTraits::
Free
(int fd) {
in Free()
function in base::internal::ScopedFDCloseTraits
/third_party/node/deps/v8/src/execution/
H
A
D
thread-local-top.cc
59
void ThreadLocalTop::
Free
() {}
in Free()
function in v8::internal::ThreadLocalTop
/third_party/gn/src/util/
H
A
D
aligned_alloc.h
89
static void
Free
(void* block) {
in Free()
function
/third_party/lzma/CPP/Windows/
H
A
D
MemoryGlobal.cpp
19
bool CGlobal::
Free
() throw()
in Free()
function in NWindows::NMemory::CGlobal
H
A
D
DLL.cpp
18
bool CLibrary::
Free
() throw()
in Free()
function in NWindows::NDLL::CLibrary
131
bool CLibrary::
Free
() throw()
in Free()
function in NWindows::NDLL::CLibrary
/third_party/lzma/CPP/7zip/Common/
H
A
D
InBuffer.cpp
33
void CInBuffer::
Free
() throw()
in Free()
function in CInBuffer
H
A
D
OutBuffer.cpp
22
void COutBuffer::
Free
() throw()
in Free()
function in COutBuffer
H
A
D
CWrappers.cpp
161
void CByteInBufWrap::
Free
() throw()
in Free()
function in CByteInBufWrap
259
void CByteOutBufWrap::
Free
() throw()
in Free()
function in CByteOutBufWrap
H
A
D
StreamObjects.cpp
98
void CByteDynBuffer::
Free
() throw()
in Free()
function in CByteDynBuffer
178
void CCachedInStream::
Free
() throw()
in Free()
function in CCachedInStream
/third_party/node/deps/v8/src/heap/
H
A
D
invalidated-slots-inl.h
64
void InvalidatedSlotsCleanup::
Free
(Address free_start, Address free_end) {
in Free()
function in v8::internal::InvalidatedSlotsCleanup
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrobject.cpp
160
VOID Object::
Free
(
in Free()
function in Addr::Object
/third_party/node/deps/v8/src/base/platform/
H
A
D
wrappers.h
33
inline void
Free
(void* memory) { return free(memory); }
in Free()
function
H
A
D
platform-cygwin.cc
150
void OS::
Free
(void* address, const size_t size) {
in Free()
function in v8::base::OS
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H
A
D
ObjectAllocator.h
66
void
Free
(T* obj) {
in Free()
function in dawn_wire::client::ObjectAllocator
/third_party/lzma/CPP/Common/
H
A
D
MyBuffer2.h
21
void
Free
() { ::MidFree(_data); _data = NULL; _size = 0; }
in Free()
function in CMidBuffer
107
void
Free
()
in Free()
function in CAlignedBuffer
H
A
D
MyBuffer.h
20
void
Free
()
in Free()
function in CBuffer
166
void
Free
()
in Free()
function in CObjArray
210
void
Free
()
in Free()
function in CObjArray2
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
BuddyAllocator.h
54
enum class BlockState {
Free
, Split, Allocated };
member in dawn_native::BuddyAllocator::BlockState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H
A
D
SectionMemoryManager.h
156
sys::MemoryBlock
Free
;
member
/third_party/lzma/Java/SevenZip/Compression/LZ/
H
A
D
InWindow.java
65
void
Free
() { _bufferBase = null; }
in Free()
method in InWindow
/third_party/lzma/CS/7zip/Compress/LZ/
H
A
D
LzInWindow.cs
65
void
Free
() { _bufferBase = null; }
in Free()
method in SevenZip.Compression.LZ.InWindow
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
page-memory.cc
124
void NormalPageMemoryRegion::
Free
(Address writeable_base) {
in Free()
function in cppgc::internal::NormalPageMemoryRegion
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H
A
D
ObjectStorage.h
36
Free
,
member in dawn_wire::server::AllocationState
163
void
Free
(uint32_t id) {
in Free()
function in dawn_wire::server::KnownObjects
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceRegAlloc.h
68
SmallBitVector
Free
;
member in Ice::LinearScan::IterationState
/third_party/skia/tools/
H
A
D
SkMetaData.cpp
250
void SkMetaData::Rec::
Free
(Rec* rec) {
in Free()
function in SkMetaData::Rec
/third_party/node/src/crypto/
H
A
D
crypto_bio.cc
65
int NodeBIO::
Free
(BIO* bio) {
in Free()
function in node::crypto::NodeBIO
Completed in 11 milliseconds
1
2
3