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:newPtr
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H
A
D
hilog_realloc.cpp
33
void *
newPtr
= malloc(size);
in Realloc()
local
34
if (
newPtr
== nullptr) {
in Realloc()
38
memcpy_s(
newPtr
, size, ptr, srcSize);
in Realloc()
41
return
newPtr
;
in Realloc()
/base/customization/config_policy/frameworks/config_policy/src/
H
A
D
config_policy_utils.c
297
char *
newPtr
= (char *)calloc(allocSize, sizeof(char));
in EnsureHolderSpace()
local
298
if (
newPtr
== NULL) {
in EnsureHolderSpace()
300
newPtr
= (char *)calloc(allocSize, sizeof(char));
in EnsureHolderSpace()
301
if (
newPtr
== NULL) {
in EnsureHolderSpace()
305
if (holder->p != NULL && memcpy_s(
newPtr
, allocSize, holder->p, holder->strLen) != EOK) {
in EnsureHolderSpace()
306
FreeIf(
newPtr
);
in EnsureHolderSpace()
310
holder->p =
newPtr
;
in EnsureHolderSpace()
/base/account/os_account/services/accountmgr/src/appaccount/
H
A
D
app_account_control_manager.cpp
194
auto
newPtr
= std::make_shared<AppAccountDataStorage>(EL2_DATA_STORE_PREFIX + userId, options);
in MoveData()
local
195
ErrCode result =
newPtr
->MoveData(oldPtr);
in MoveData()
Completed in 7 milliseconds