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:available_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
free_object_set.cpp
28
available_
+= size;
in Free()
44
available_
+= size;
in Free()
51
available_
= 0;
in Rebuild()
69
available_
= 0;
in Rebuild()
85
available_
-= curFreeObject->Available();
in ObtainSmallFreeObject()
113
available_
-= curFreeObject->Available();
in ObtainLargeFreeObject()
148
if (
available_
< size) {
in LookupLargeFreeObject()
H
A
D
free_object_set.h
47
return
available_
== 0;
in Empty()
52
return
available_
;
in Available()
73
size_t
available_
= 0;
member in panda::ecmascript::FreeObjectSet
H
A
D
free_object_list.cpp
80
available_
-= object->Available();
in Allocate()
158
available_
+= size;
in FreeImpl()
189
available_
= 0;
in Rebuild()
242
available_
+= set->Available();
in AddSet()
275
available_
-= set->Available();
in RemoveSet()
297
available_
+= list->
available_
;
in Merge()
H
A
D
free_object_list.h
63
return
available_
;
in GetFreeObjectSize()
134
size_t
available_
= 0;
member in panda::ecmascript::FreeObjectList
Completed in 2 milliseconds