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:realloc
(Results
51 - 71
of
71
) sorted by relevance
1
2
3
/third_party/musl/src/time/
H
A
D
__tz.c
24
#define
realloc
undef
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
os.h
642
#define
realloc
OS_DO_NOT_USE_realloc
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
os.h
642
#define
realloc
OS_DO_NOT_USE_realloc
macro
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftdbgmem.c
137
FT_Realloc_Func
realloc
;
member
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H
A
D
nghttp3.h
538
nghttp3_realloc
realloc
;
member
/third_party/nghttp2/lib/includes/nghttp2/
H
A
D
nghttp2.h
2492
nghttp2_realloc
realloc
;
member
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
29
#define
realloc
__libc_realloc
macro
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
29
#define
realloc
__libc_realloc
macro
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H
A
D
nghttp2.h
2487
nghttp2_realloc
realloc
;
member
/third_party/musl/ldso/
H
A
D
dynlink.c
35
#define
realloc
__libc_realloc
macro
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H
A
D
ngtcp2.h
214
ngtcp2_realloc
realloc
;
member
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
344
pub fn
realloc
(p: *mut c_void, size: size_t) -> *mut c_void;
in realloc()
functions
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
53
#define
realloc
__libc_realloc
macro
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
78
#define
realloc
__libc_realloc
macro
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
569
pub fn
realloc
(arg1: *mut c_void, arg2: size_t) -> *mut c_void;
in realloc()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
464
pub fn
realloc
(ptr: *mut c_void, amt: size_t) -> *mut c_void;
in realloc()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
524
pub fn
realloc
(p: *mut c_void, size: size_t) -> *mut c_void;
in realloc()
functions
/third_party/sqlite/include/
H
A
D
sqlite3ext.h
119
void *(*
realloc
)(void*,int);
member
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1134
pub fn
realloc
(p: *mut c_void, size: size_t) -> *mut c_void;
in realloc()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3417
pub fn
realloc
(p: *mut c_void, size: size_t) -> *mut c_void;
in realloc()
functions
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
14121
pub unsafe fn
realloc
(ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 {
in realloc()
functions
[all...]
Completed in 149 milliseconds
1
2
3