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:MAX_MALLOC_LEN
(Results
1 - 8
of
8
) sorted by relevance
/base/security/device_security_level/baselib/utils/src/
H
A
D
utils_hexstring.c
30
#define
MAX_MALLOC_LEN
(1 * 1024 * 1024)
macro
H
A
D
utils_base64.c
31
#define
MAX_MALLOC_LEN
(1 * 1024 * 1024)
macro
/base/customization/config_policy/interfaces/kits/cj/src/
H
A
D
config_policy_ffi.cpp
26
static constexpr int
MAX_MALLOC_LEN
= 1024;
member
/base/security/device_security_level/test/dslm_unit_test/
H
A
D
dslm_baselib_utils_test.cpp
35
#define
MAX_MALLOC_LEN
(1 * 1024 * 1024)
macro
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
H
A
D
hks_samgr_service_feature.c
23
const uint32_t
MAX_MALLOC_LEN
= 1 * 1024 * 1024; /* max malloc size 1 MB */
variable
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/sa/
H
A
D
cm_sa.cpp
40
const uint32_t
MAX_MALLOC_LEN
= 1 * 1024 * 1024; /* max malloc size 1 MB */
member
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H
A
D
hks_sa.cpp
70
const uint32_t
MAX_MALLOC_LEN
= 1 * 1024 * 1024; /* max malloc size 1 MB */
member
/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H
A
D
dslm_fuzzer.cpp
45
#define
MAX_MALLOC_LEN
(1 * 1024 * 1024)
macro
Completed in 5 milliseconds