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:alloc_size
(Results
1 - 25
of
63
) sorted by relevance
1
2
3
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_mbuf.c
44
usb_size_t
alloc_size
;
in usb_alloc_mbufs()
local
/third_party/libwebsockets/lib/misc/lwsac/
H
A
D
private-lib-misc-lwsac.h
48
size_t
alloc_size
; /* alloc size of the whole chunk */
member
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_suballoc.c
69
uint32_t
alloc_size
= MAX2(size, suballoc->default_size);
in tu_suballoc_bo_alloc()
local
/third_party/mesa3d/src/util/
H
A
D
os_memory_aligned.h
74
size_t
alloc_size
;
in os_malloc_aligned()
local
H
A
D
os_memory_fd.c
106
size_t
alloc_size
, offset;
in os_malloc_aligned_fd()
local
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer_util.c
73
size_t
alloc_size
= pool->min_alloc_size;
in vn_renderer_shmem_pool_grow()
local
H
A
D
vn_device_memory.c
723
uint64_t
alloc_size
= 0;
in vn_GetMemoryFdPropertiesKHR()
local
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_query.c
46
uint64_t
alloc_size
;
in pvr_CreateQueryPool()
local
/third_party/ffmpeg/libavformat/
H
A
D
cafenc.c
225
int i,
alloc_size
= caf->size_entries_used + 5U;
in caf_write_packet()
local
/third_party/lwip/src/apps/altcp_tls/
H
A
D
altcp_tls_mbedtls_mem.c
107
size_t
alloc_size
;
in tls_malloc()
local
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
heap-space.h
72
Address Allocate(size_t
alloc_size
) {
in Allocate()
argument
/third_party/node/deps/v8/src/libplatform/tracing/
H
A
D
trace-object.cc
66
size_t
alloc_size
= 0;
in Initialize()
local
/third_party/musl/libc-test/src/functional/
H
A
D
test-malloc-stats-common.h
54
size_t
alloc_size
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
cdtoons.c
45
unsigned int
alloc_size
;
member
H
A
D
mpegpicture.c
82
int
alloc_size
= FFALIGN(FFABS(linesize) + 64, 32);
in ff_mpeg_framesize_alloc()
local
H
A
D
a64multienc.c
336
int
alloc_size
= charset_size + c->mc_lifetime*(screen_size + colram_size);
in a64multi_encode_frame()
local
/third_party/alsa-lib/src/rawmidi/
H
A
D
rawmidi_hw.c
126
size_t
alloc_size
;
in snd_rawmidi_hw_params()
local
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_internal.h
98
uint64_t
alloc_size
;
member
H
A
D
amdgpu_bo.c
256
uint64_t
alloc_size
= 0;
in amdgpu_bo_import()
local
[all...]
/third_party/libcoap/include/coap3/
H
A
D
coap_pdu_internal.h
133
size_t
alloc_size
; /**< allocated storage for token, options and
member
/third_party/node/deps/cares/src/lib/
H
A
D
ares__iface_ips.c
76
size_t
alloc_size
;
member
201
size_t
alloc_size
;
in ares__iface_ips_add()
local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_coro.c
218
LLVMValueRef
alloc_size
= LLVMBuildMul(gallivm->builder, coro_num_hdls, coro_size, "");
in lp_build_coro_alloc_mem_array()
local
/third_party/skia/third_party/externals/libwebp/imageio/
H
A
D
tiffdec.c
165
int64_t
alloc_size
;
in ReadTIFF()
local
/third_party/lwip/src/core/
H
A
D
mem.c
1002
size_t
alloc_size
= (size_t)count * (size_t)size;
in mem_calloc()
local
/third_party/python/Modules/_ctypes/
H
A
D
stgdict.c
721
size_t
alloc_size
; /* total bytes to allocate */
in PyCStructUnionType_update_stgdict()
local
Completed in 14 milliseconds
1
2
3