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:Malloc
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
string_util.cpp
33
char *buffer = StringUtil::
Malloc
(size);
in Copy()
44
char *StringUtil::
Malloc
(const uint32_t size)
in Malloc()
function in OHOS::ACELite::StringUtil
75
char *buffer = StringUtil::
Malloc
(diffSize);
in Slice()
H
A
D
string_util.h
27
static char *
Malloc
(const uint32_t size);
H
A
D
product_adapter.cpp
296
char *languageFileName = StringUtil::
Malloc
(fileLen);
in UpdateDefaultFont()
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H
A
D
adapter.h
70
#define
Malloc
(a) malloc(a)
macro
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H
A
D
js_ability_impl.cpp
178
char *userData = StringUtil::
Malloc
(AbilitySlite::SAVED_DATA_LIMIT);
in OnRestoreData()
194
pageInfo_ = StringUtil::
Malloc
(AbilitySlite::SAVED_DATA_LIMIT);
in OnRestoreData()
H
A
D
js_app_context.cpp
382
char *dataPath = StringUtil::
Malloc
(dataPathSize);
in ProcessResourcePathByConfiguration()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H
A
D
cjson_parser.cpp
455
char *languageFile = StringUtil::
Malloc
(fileLen);
in ChangeLanguageFileName()
Completed in 5 milliseconds