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:HIVIEW_MemAlloc
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/hilog_lite/frameworks/mini/
H
A
D
hiview_log_limit.c
37
g_hilogLimitList = (HiLogLimitRule *)
HIVIEW_MemAlloc
(
in InitLogLimit()
H
A
D
hiview_output_log.c
296
tmpBuffer = (uint8 *)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, outputSize);
in OutputLog2BinFile()
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_util.c
51
void *
HIVIEW_MemAlloc
(uint8 modId, uint32 size)
in HIVIEW_MemAlloc()
function
238
uint8 *dataBuf = (uint8 *)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, BUFFER_SIZE);
in HIVIEW_FileCopy()
H
A
D
hiview_util.h
77
void *
HIVIEW_MemAlloc
(uint8 modId, uint32 size);
H
A
D
hiview_cache.c
44
uint8 *buffer = (uint8 *)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, size);
in InitHiviewCache()
H
A
D
hiview_file.c
302
char* tmp = (char*)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, len);
in RegisterFileWatcher()
/base/hiviewdfx/hievent_lite/frameworks/
H
A
D
hiview_event.c
78
HiEvent *event = (HiEvent *)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, sizeof(HiEvent));
in HiEventCreate()
82
event->payload = (uint8 *)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, SINGLE_VALUE_MAX_LEN * num);
in HiEventCreate()
H
A
D
hiview_output_event.c
339
tmpBuffer = (uint8 *)
HIVIEW_MemAlloc
(MEM_POOL_HIVIEW_ID, outputSize);
in Output2Flash()
Completed in 5 milliseconds