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:memorySize_
(Results
1 - 4
of
4
) sorted by relevance
/developtools/profiler/device/services/shared_memory/src/
H
A
D
share_memory_block.cpp
55
memorySize_
(0),
in ShareMemoryBlock()
77
memorySize_
= size;
in CreateBlockWithFd()
128
memorySize_
= size;
in CreateBlock()
136
header_->info.
memorySize_
= size - sizeof(BlockHeader);
in CreateBlock()
169
if (
memorySize_
> 0) {
in ReleaseBlock()
170
munmap(memoryPoint_,
memorySize_
);
in ReleaseBlock()
172
memorySize_
= 0;
in ReleaseBlock()
188
if (wp + realSize > header_->info.
memorySize_
) { // 后面部分放不下,从头开始放
in GetCurrentFreeMemory()
351
if (size == 0 || size > header_->info.
memorySize_
) {
in TakeData()
403
return
memorySize_
;
in GetSize()
[all...]
/developtools/profiler/device/services/shared_memory/include/
H
A
D
share_memory_block.h
89
uint32_t
memorySize_
;
in sizeof()
local
106
uint32_t
memorySize_
;
member in ShareMemoryBlock
/developtools/profiler/device/plugins/api/test/unittest/
H
A
D
buffer_write_test.cpp
66
header_->info.
memorySize_
= SMB1_SIZE - sizeof(ShareMemoryBlock::BlockHeader);
in InitShareMemory1()
103
header_->info.
memorySize_
= SMB2_SIZE - sizeof(ShareMemoryBlock::BlockHeader);
in InitShareMemory2()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
stack_writer_test.cpp
64
header_->info.
memorySize_
= SMB_SIZE - sizeof(ShareMemoryBlock::BlockHeader);
in InitShareMemory()
Completed in 3 milliseconds