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 - 11
of
11
) sorted by relevance
/vendor/hisilicon/hispark_aries/hals/security/permission_lite/
H
A
D
hal_pms.c
65
unsigned char *cid = (unsigned char *)
malloc
(mallocSize);
in GetCId()
149
return
malloc
(size);
in HalMalloc()
/vendor/hisilicon/hispark_taurus/hals/security/permission_lite/
H
A
D
hal_pms.c
65
unsigned char *cid = (unsigned char *)
malloc
(mallocSize);
in GetCId()
149
return
malloc
(size);
in HalMalloc()
/vendor/hisilicon/hispark_taurus_linux/hals/security/permission_lite/
H
A
D
hal_pms.c
65
unsigned char *cid = (unsigned char *)
malloc
(mallocSize);
in GetCId()
149
return
malloc
(size);
in HalMalloc()
/vendor/hisilicon/hispark_taurus_mini_system/hals/security/permission_lite/
H
A
D
hal_pms.c
65
unsigned char *cid = (unsigned char *)
malloc
(mallocSize);
in GetCId()
149
return
malloc
(size);
in HalMalloc()
/vendor/ohemu/qemu_small_system_demo/hals/security/permission_lite/
H
A
D
hal_pms.c
65
unsigned char *cid = (unsigned char *)
malloc
(mallocSize);
in GetCId()
151
return
malloc
(size);
in HalMalloc()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H
A
D
app_demo_histreaming.c
146
wifiIot = (LinkService*)
malloc
(sizeof(LinkService));
in HistreamingOpen()
148
printf("
malloc
wifiIot failure\n");
in HistreamingOpen()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H
A
D
wifi_sta.c
147
hi_wifi_ap_info *pst_results =
malloc
(sizeof(hi_wifi_ap_info) * WIFI_SCAN_AP_LIMIT);
in hi_wifi_start_sta()
H
A
D
app_demo_histreaming.c
191
wifiIot = (LinkService*)
malloc
(sizeof(LinkService));
in HistreamingOpen()
193
printf("
malloc
wifiIot failure\n");
in HistreamingOpen()
/vendor/hisilicon/hispark_taurus/hals/utils/token/
H
A
D
hal_token.c
65
char* filePath = (char *)
malloc
(filePathLen);
in GenTokenFilePath()
213
char *buf =
malloc
(buffLen);
in ReadTokenWithFlag()
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/
H
A
D
hal_token.c
65
char* filePath = (char *)
malloc
(filePathLen);
in GenTokenFilePath()
213
char *buf =
malloc
(buffLen);
in ReadTokenWithFlag()
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/
H
A
D
hal_token.c
65
char* filePath = (char *)
malloc
(filePathLen);
in GenTokenFilePath()
213
char *buf =
malloc
(buffLen);
in ReadTokenWithFlag()
Completed in 7 milliseconds