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_size
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libexif/libexif/huawei/
H
A
D
exif-mnote-data-huawei.c
96
exif_mnote_data_huawei_malloc_size_data (ExifMnoteData *ne, unsigned int *
malloc_size
)
in exif_mnote_data_huawei_malloc_size_data()
argument
102
*
malloc_size
= 0;
in exif_mnote_data_huawei_malloc_size_data()
107
*
malloc_size
= *
malloc_size
+ ifd_size;
in exif_mnote_data_huawei_malloc_size_data()
114
exif_mnote_data_huawei_malloc_size_data(n->entries[i].md,
malloc_size
);
in exif_mnote_data_huawei_malloc_size_data()
120
if (*
malloc_size
> 65536) {
in exif_mnote_data_huawei_malloc_size_data()
121
exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, "ExifMnoteHuawei", "
malloc_size
: (%d) too big", *
malloc_size
);
in exif_mnote_data_huawei_malloc_size_data()
122
*
malloc_size
= 0;
in exif_mnote_data_huawei_malloc_size_data()
128
*
malloc_size
in exif_mnote_data_huawei_malloc_size_data()
208
unsigned int
malloc_size
= sizeof(HUAWEI_HEADER);
exif_mnote_data_huawei_save()
local
[all...]
/third_party/musl/Benchmark/musl/
H
A
D
libc_malloc.cpp
126
benchmark::DoNotOptimize(
malloc_size
(p));
in Bm_function_malloc_usable_size()
/third_party/python/Modules/
H
A
D
_testcapimodule.c
4139
size_t
malloc_size
;
member
4152
hook->
malloc_size
= size;
in hook_malloc()
4225
if (hook.
malloc_size
!= size) {
in test_setallocators()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
5871
pub fn
malloc_size
(ptr: *const ::c_void) -> ::size_t;
in malloc_size()
functions
/third_party/sqlite/src/
H
A
D
sqlite3.c
[all...]
Completed in 172 milliseconds