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
refs:free
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
H
A
D
main.cpp
48
free
(buffer);
in main()
62
free
(buffer);
in main()
68
free
(buffer);
in main()
74
free
(buffer);
in main()
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
alloc_tracker_test.cpp
111
FreeInfo
free
;
in TEST()
local
113
out.read(reinterpret_cast<char *>(&
free
), sizeof(
free
));
in TEST()
120
ASSERT_EQ(DetailAllocTracker::FREE_TAG,
free
.tag);
in TEST()
121
ASSERT_EQ(0,
free
.alloc_id);
in TEST()
H
A
D
native_bytes_from_mallinfo_test.cpp
49
free
(p1[i]);
in TEST()
57
free
(p2[i]);
in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
alloc_tracker_test.cpp
114
FreeInfo
free
;
in TEST()
local
116
out.read(reinterpret_cast<char *>(&
free
), sizeof(
free
));
in TEST()
123
ASSERT_EQ(DetailAllocTracker::FREE_TAG,
free
.tag);
in TEST()
124
ASSERT_EQ(0U,
free
.allocId);
in TEST()
H
A
D
native_bytes_from_mallinfo_test.cpp
50
free
(p1[i]);
in TEST()
58
free
(p2[i]);
in TEST()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
native_area_allocator.cpp
74
free
(reinterpret_cast<std::byte *>(area));
in FreeArea()
90
free
(mem);
in Free()
131
free
(mem);
in FreeBuffer()
H
A
D
caddress_allocator.h
159
free
(mem);
in Free()
H
A
D
native_area_allocator.h
216
free
(reinterpret_cast<std::byte *>(area));
in FreeSpace()
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
serialize_chunk.h
30
free
(ToVoidPtr(begin_));
in ~SerializationChunk()
72
free
(ToVoidPtr(begin_));
H
A
D
serialize_data.h
87
free
(buffer_);
in ~SerializeData()
128
free
(newBuffer);
131
free
(buffer_);
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/compilerinterfacestub_fuzzer/
H
A
D
compilerinterfacestub_fuzzer.cpp
84
free
(dataPtr);
in LLVMFuzzerTestOneInput()
90
free
(dataPtr);
in LLVMFuzzerTestOneInput()
/arkcompiler/toolchain/tooling/client/ark_cli/
H
A
D
main.cpp
38
free
(asyncHandle->data);
in ReleaseHandle()
80
free
(msg);
in InputOnMessage()
131
free
(msg);
in GetInputCommand()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H
A
D
backtrace.cpp
45
free
(stackList);
in Backtrace()
/arkcompiler/runtime_core/scripts/
H
A
D
memdump.py
25
* total allocated memory (not considering
free
)
28
* total number of bytes allocated (not considering
free
)
33
To view only live allocations (allocations which are not
free
at the moment of dump) --live
73
def
free
(self, size):
member in AllocInfo
151
help='Dump only live allocations (for which "
free
" is not called)')
203
info.
free
(size)
/arkcompiler/runtime_core/static_core/scripts/
H
A
D
memdump.py
25
* total allocated memory (not considering
free
)
28
* total number of bytes allocated (not considering
free
)
33
To view only live allocations (allocations which are not
free
at the moment of dump) --live
73
def
free
(self, size):
member in AllocInfo
151
help='Dump only live allocations (for which "
free
" is not called)')
203
info.
free
(size)
/arkcompiler/ets_runtime/ecmascript/shared_mm/
H
A
D
shared_mm.cpp
108
free
(mem);
in FreeBuffer()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
mem_hooks.h
95
void
free
(void *ptr) noexcept; // NOLINT(readability-redundant-declaration)
H
A
D
mem_hooks.cpp
68
dlsym(RTLD_NEXT, "
free
")); // NOLINT(cppcoreguidelines-pro-type-cstyle-cast)
in SaveRealFunctions()
173
void
free
(void *ptr) noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H
A
D
mempool.h
81
free
(ptr);
88
free
(ptr);
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
malloc_mem_pool-inl.h
65
LOG_MALLOC_MEM_POOL(DEBUG) << "Try to
free
arena with size " << std::dec << arena->GetSize()
in FreeArenaImpl()
88
LOG_MALLOC_MEM_POOL(DEBUG) << "Try to
free
pool with size " << std::dec << size << " at addr = " << std::hex << mem;
in FreePoolImpl()
89
std::
free
(mem); // NOLINT(cppcoreguidelines-no-malloc)
in FreePoolImpl()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H
A
D
malloc_mem_pool-inl.h
69
LOG_MALLOC_MEM_POOL(DEBUG) << "Try to
free
arena with size " << std::dec << arena->GetSize()
in FreeArenaImpl()
97
LOG_MALLOC_MEM_POOL(DEBUG) << "Try to
free
pool with size " << std::dec << size << " at addr = " << std::hex << mem;
in FreePoolImpl()
98
std::
free
(mem); // NOLINT(cppcoreguidelines-no-malloc)
in FreePoolImpl()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
frame_test.cpp
64
std::
free
(f->GetExt());
in FreeFrame()
H
A
D
stack_like_allocator_test.cpp
198
free
(invalidAddr); // NOLINT(cppcoreguidelines-no-malloc)
in TEST_F()
/arkcompiler/toolchain/tooling/client/tcpServer/
H
A
D
tcp_server.cpp
109
free
(msg);
in SendCommand()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H
A
D
pgo_file_info.h
188
free
(*header);
in Destroy()
Completed in 16 milliseconds
1
2
3