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_size
(Results
1 - 10
of
10
) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
free-list.cc
211
std::vector<size_t>&
free_size
= free_list_stats.
free_size
;
in CollectStatistics()
local
214
DCHECK(
free_size
.empty());
in CollectStatistics()
224
free_size
.push_back(entry_size);
in CollectStatistics()
/third_party/node/deps/v8/src/base/
H
A
D
bounded-page-allocator.cc
165
size_t
free_size
= size - new_size;
in ReleasePages()
local
170
free_size
));
in ReleasePages()
175
free_size
, PageAllocator::kNoAccess));
in ReleasePages()
H
A
D
region-allocator.h
128
size_t
free_size
() const { return free_size_; }
in free_size()
function in v8::base::final
H
A
D
region-allocator.cc
14
// If |
free_size
| < |region_size| * |kMaxLoadFactorForRandomization| stop trying
152
if (
free_size
() >= max_load_for_randomization_) {
in AllocateRegion()
362
os << "\nfree_size: " <<
free_size
();
in Print()
/third_party/node/deps/v8/src/utils/
H
A
D
allocation.cc
293
const size_t
free_size
= old_size - (free_start - region_.begin());
in Release()
local
294
CHECK(InVM(free_start,
free_size
));
in Release()
295
region_.set_size(old_size -
free_size
);
in Release()
298
return
free_size
;
in Release()
/third_party/node/deps/v8/include/cppgc/
H
A
D
heap-statistics.h
75
std::vector<size_t>
free_size
;
member
/third_party/node/deps/v8/include/v8-include/cppgc/
H
A
D
heap-statistics.h
75
std::vector<size_t>
free_size
;
member
/third_party/ffmpeg/tools/
H
A
D
qt-faststart.c
446
uint64_t
free_size
= 0;
in main()
local
545
free_size
+= atom_size;
in main()
565
if (fseeko(infile, -(atom_size +
free_size
), SEEK_END)) {
in main()
/third_party/rust/crates/libc/src/
H
A
D
psp.rs
1684
pub
free_size
: i32,
1698
pub
free_size
: i32,
/third_party/ffmpeg/libavformat/
H
A
D
movenc.c
5320
int
free_size
= 16 * (mov->ism_lookahead - n);
local
5321
avio_wb32(pb,
free_size
);
5323
ffio_fill(pb, 0,
free_size
- 8);
Completed in 23 milliseconds