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
defs:malloc
(Results
1 - 25
of
78
) sorted by relevance
1
2
3
4
/third_party/musl/src/locale/
H
A
D
freelocale.c
5
#define
malloc
undef
macro
H
A
D
duplocale.c
6
#define
malloc
__libc_malloc
macro
H
A
D
newlocale.c
7
#define
malloc
__libc_malloc
macro
/third_party/musl/porting/liteos_a/user/src/locale/
H
A
D
freelocale.c
5
#define
malloc
undef
macro
/third_party/cJSON/tests/unity/extras/fixture/src/
H
A
D
unity_fixture_malloc_overrides.h
37
#define
malloc
unity_malloc
macro
/third_party/musl/porting/uniproton/kernel/src/malloc/
H
A
D
malloc.c
32
void *
malloc
(size_t size)
in malloc()
function
/third_party/musl/src/malloc/
H
A
D
libc_calloc.c
69
#define
malloc
__libc_malloc
macro
/third_party/unity/extras/memory/src/
H
A
D
unity_memory.h
41
#define
malloc
unity_malloc
macro
/third_party/libunwind/libunwind/tests/
H
A
D
Gtest-nomalloc.c
38
malloc
(size_t s)
in malloc()
function
H
A
D
Ltest-nocalloc.c
66
malloc
(size_t s)
in malloc()
function
/third_party/musl/libc-test/src/regression/
H
A
D
flockfile-list.c
24
void *
malloc
(size_t n)
in malloc()
function
/third_party/musl/porting/linux/user/src/locale/
H
A
D
newlocale.c
7
#define
malloc
__libc_malloc
macro
H
A
D
locale_map.c
25
#define
malloc
__libc_malloc
macro
/third_party/musl/src/ldso/
H
A
D
dlerror.c
8
#define
malloc
__libc_malloc
macro
/third_party/skia/src/core/
H
A
D
SkMipmap.h
89
SkMipmap(void*
malloc
, size_t size) : INHERITED(
malloc
, size) {}
in SkMipmap()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
LinuxMallocProfiling.cpp
60
extern "C" void *
malloc
(size_t size) {
in malloc()
function
/third_party/ffmpeg/libavcodec/tests/
H
A
D
snowenc.c
23
#undef
malloc
macro
/third_party/musl/src/process/
H
A
D
fdop.h
14
#define
malloc
__libc_malloc
macro
/third_party/musl/porting/linux/user/src/ldso/
H
A
D
dlerror.c
9
#define
malloc
__libc_malloc
macro
/third_party/musl/src/thread/
H
A
D
pthread_atfork.c
6
#define
malloc
__libc_malloc
macro
/third_party/python/Include/cpython/
H
A
D
pymem.h
52
void* (*
malloc
) (void *ctx, size_t size);
member
/third_party/curl/lib/
H
A
D
memdebug.h
117
#define
malloc
(size) curl_dbg_malloc(size, __LINE__, __FILE__)
macro
/third_party/musl/src/hook/linux/
H
A
D
malloc_common.c
44
void*
malloc
(size_t bytes)
in malloc()
function
/third_party/musl/porting/linux/user/src/hook/
H
A
D
malloc_common.c
21
void*
malloc
(size_t bytes)
in malloc()
function
/third_party/musl/src/exit/
H
A
D
atexit.c
7
#define
malloc
__libc_malloc
macro
Completed in 8 milliseconds
1
2
3
4