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:aligned_alloc
(Results
1 - 11
of
11
) sorted by relevance
/third_party/musl/src/malloc/oldmalloc/
H
A
D
aligned_alloc.c
9
void *
aligned_alloc
(size_t align, size_t len)
in aligned_alloc()
function
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H
A
D
aligned_alloc.c
7
void *
aligned_alloc
(size_t align, size_t len)
in aligned_alloc()
function
/third_party/musl/libc-test/src/regression/
H
A
D
flockfile-list.c
44
void *
aligned_alloc
(size_t a, size_t n)
in aligned_alloc()
function
/third_party/musl/src/hook/linux/
H
A
D
malloc_common.c
80
void*
aligned_alloc
(size_t align, size_t len)
in aligned_alloc()
function
H
A
D
musl_malloc_dispatch.h
69
MallocAlignedAllocType
aligned_alloc
;
member
/third_party/musl/porting/linux/user/src/hook/
H
A
D
malloc_common.c
52
void*
aligned_alloc
(size_t align, size_t len)
in aligned_alloc()
function
H
A
D
musl_malloc_dispatch.h
47
MallocAlignedAllocType
aligned_alloc
;
member
/third_party/vulkan-loader/tests/
H
A
D
loader_alloc_callback_tests.cpp
71
void*
aligned_alloc
= (void*)addr;
in allocate()
local
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
603
pub fn
aligned_alloc
(arg1: size_t, arg2: size_t) -> *mut c_void;
in aligned_alloc()
functions
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
454
pub fn
aligned_alloc
(a: size_t, b: size_t) -> *mut c_void;
in aligned_alloc()
functions
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
3988
void *
aligned_alloc
(size_t alignment, size_t size)
in aligned_alloc()
function
4000
void *
aligned_alloc
(size_t alignment, size_t size)
in aligned_alloc()
function
Completed in 30 milliseconds