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_size
(Results
1 - 15
of
15
) sorted by relevance
/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
/arkcompiler/runtime_core/libpandabase/mem/
H
A
D
arena_allocator.h
133
size_t
free_size
= GetFreeSize();
in Alloc()
local
H
A
D
arena-inl.h
49
size_t
free_size
= GetFreeSize();
in Alloc()
local
/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
H
A
D
region-allocator.h
128
size_t
free_size
() const { return free_size_; }
in free_size()
function in v8::base::final
/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
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
mtd_vendor_storage.c
45
u16
free_size
;
member
H
A
D
sdmmc_vendor_storage.c
56
u16
free_size
;
member
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
sdmmc_vendor_storage.c
56
u16
free_size
;
member
/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
/third_party/ffmpeg/tools/
H
A
D
qt-faststart.c
446
uint64_t
free_size
= 0;
in main()
local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H
A
D
media_mem.c
1114
unsigned int
free_size
;
local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H
A
D
drv_media_mem.c
360
unsigned int
free_size
= total_size - used_size;
in dump_mem_statistics()
local
1866
unsigned int
free_size
= total_size - used_size;
in mmz_proc_statistics()
local
/third_party/ffmpeg/libavformat/
H
A
D
movenc.c
5320
int
free_size
= 16 * (mov->ism_lookahead - n);
local
Completed in 24 milliseconds