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:memUsage
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/
H
A
D
XzDecoder.cpp
60
size_t
memUsage
= (size_t)_memUsage;
in Decode()
local
61
if (
memUsage
!= _memUsage)
in Decode()
62
memUsage
= (size_t)0 - 1;
in Decode()
63
props.memUseMax =
memUsage
;
in Decode()
142
Z7_COM7F_IMF(CComDecoder::SetMemLimit(UInt64
memUsage
))
in SetMemLimit()
argument
144
_memUsage =
memUsage
;
in SetMemLimit()
H
A
D
Lzma2Decoder.cpp
204
Z7_COM7F_IMF(CDecoder::SetMemLimit(UInt64
memUsage
))
in SetMemLimit()
argument
206
_memUsage =
memUsage
;
in SetMemLimit()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zDecode.h
66
, bool mtMode, UInt32 numThreads, UInt64
memUsage
H
A
D
7zDecode.cpp
233
, bool mtMode, UInt32 numThreads, UInt64
memUsage
389
// if (
memUsage
!= 0)
396
RINOK(setMemLimit->SetMemLimit(
memUsage
))
/third_party/lzma/CPP/7zip/
H
A
D
ICoder.h
219
x(SetMemLimit(UInt64
memUsage
))
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsLongStressCase.cpp
975
int
memUsage
= computeApproxMemUsage();
in removeGarbageUntilUnder()
local
977
while (
memUsage
> limit)
in removeGarbageUntilUnder()
982
memUsage
-= memReleased;
in removeGarbageUntilUnder()
983
DE_ASSERT(
memUsage
== computeApproxMemUsage());
in removeGarbageUntilUnder()
Completed in 6 milliseconds