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
(Results
1 - 25
of
96
) sorted by relevance
1
2
3
4
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H
A
D
rbug_context.c
53
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_list()
90
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_info()
130
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_draw_block()
171
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_draw_step()
212
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_draw_unblock()
261
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_draw_rule()
304
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_flush()
345
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_list_reply()
400
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_context_info_reply()
447
__data = (uint8_t*)
MALLOC
(__le
in rbug_send_context_draw_blocked()
[all...]
H
A
D
rbug_core.c
53
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_noop()
88
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_ping()
125
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_error()
163
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_ping_reply()
203
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_error_reply()
236
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_noop()
255
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_ping()
280
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_error()
307
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_ping_reply()
334
ret =
MALLOC
(sizeo
in rbug_demarshal_error_reply()
[all...]
H
A
D
rbug_shader.c
55
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_shader_list()
95
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_shader_info()
138
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_shader_disable()
183
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_shader_replace()
226
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_shader_list_reply()
273
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_shader_info_reply()
314
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_shader_list()
341
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_shader_info()
369
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_shader_disable()
398
ret =
MALLOC
(sizeo
in rbug_demarshal_shader_replace()
[all...]
H
A
D
rbug_texture.c
55
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_list()
92
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_info()
149
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_write()
210
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_read()
258
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_list_reply()
324
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_info_reply()
391
__data = (uint8_t*)
MALLOC
(__len);
in rbug_send_texture_read_reply()
429
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_texture_list()
454
ret =
MALLOC
(sizeof(*ret));
in rbug_demarshal_texture_info()
481
ret =
MALLOC
(sizeo
in rbug_demarshal_texture_write()
[all...]
H
A
D
rbug_connection.c
86
data =
MALLOC
(length);
in rbug_get_message()
/third_party/mesa3d/src/util/
H
A
D
u_memory.h
46
#define
MALLOC
(_size) os_malloc(_size)
macro
54
#define MALLOC_STRUCT(T) (struct T *)
MALLOC
(sizeof(struct T))
80
void *dup =
MALLOC
(size);
in mem_dup()
H
A
D
u_fifo.h
43
fifo =
MALLOC
(sizeof(*fifo) + size * sizeof(void*));
in u_fifo_create()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_sanity.c
135
scan_register *reg =
MALLOC
(sizeof(scan_register));
in create_scan_register_src()
144
scan_register *reg =
MALLOC
(sizeof(scan_register));
in create_scan_register_dst()
359
scan_register *ind_reg =
MALLOC
(sizeof(scan_register));
in iter_instruction()
423
scan_register *reg =
MALLOC
(sizeof(scan_register));
in iter_declaration()
431
scan_register *reg =
MALLOC
(sizeof(scan_register));
in iter_declaration()
436
scan_register *reg =
MALLOC
(sizeof(scan_register));
in iter_declaration()
464
reg =
MALLOC
(sizeof(scan_register));
in iter_immediate()
H
A
D
tgsi_parse.c
283
struct tgsi_token *new_tokens = (struct tgsi_token *)
MALLOC
(bytes);
in tgsi_dup_tokens()
297
return (struct tgsi_token *)
MALLOC
(bytes);
in tgsi_alloc_tokens()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H
A
D
noop_state.c
63
return
MALLOC
(1);
in noop_create_blend_state()
69
return
MALLOC
(1);
in noop_create_dsa_state()
75
return
MALLOC
(1);
in noop_create_rs_state()
81
return
MALLOC
(1);
in noop_create_sampler_state()
228
return
MALLOC
(1);
in noop_create_vertex_elements()
234
return
MALLOC
(1);
in noop_create_shader_state()
240
return
MALLOC
(1);
in noop_create_compute_state()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H
A
D
block.c
51
blocks->blocks =
MALLOC
(BLOCK_SIZE_BYTES * num_blocks);
in XvMCCreateBlocks()
81
blocks->macro_blocks =
MALLOC
(sizeof(XvMCMacroBlock) * num_blocks);
in XvMCCreateMacroBlocks()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_util.c
79
ubyte *store = (ubyte *)
MALLOC
( MAX_VERTEX_SIZE * nr +
in draw_alloc_temp_verts()
84
stage->tmp = (struct vertex_header **)
MALLOC
( sizeof(struct vertex_header *) * nr );
in draw_alloc_temp_verts()
H
A
D
draw_prim_assembler.c
288
output_prims->primitive_lengths =
MALLOC
(sizeof(unsigned));
in draw_prim_assembler_run()
294
output_verts->verts = (struct vertex_header*)
MALLOC
(
in draw_prim_assembler_run()
H
A
D
draw_vs_variant.c
161
void *temp_buffer =
MALLOC
( align(count,4) * temp_vertex_stride +
in vsvg_run_elts()
231
void *temp_buffer =
MALLOC
( align(count,4) * temp_vertex_stride +
in vsvg_run_linear()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
stateblock9.c
49
This->state.vs_const_f =
MALLOC
(VS_CONST_F_SIZE(This->base.device));
in NineStateBlock9_ctor()
50
This->state.ps_const_f =
MALLOC
(This->base.device->ps_const_size);
in NineStateBlock9_ctor()
51
This->state.vs_const_i =
MALLOC
(VS_CONST_I_SIZE(This->base.device));
in NineStateBlock9_ctor()
52
This->state.vs_const_b =
MALLOC
(VS_CONST_B_SIZE(This->base.device));
in NineStateBlock9_ctor()
H
A
D
nine_helpers.c
28
struct nine_range *r =
MALLOC
(64 * sizeof(struct nine_range));
in nine_range_pool_more()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_state_vertex.c
49
velems = (struct sp_velems_state *)
MALLOC
(sizeof(struct sp_velems_state));
in softpipe_create_vertex_elements_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_vertex.c
48
velems = (struct lp_velems_state *)
MALLOC
(sizeof(struct lp_velems_state));
in llvmpipe_create_vertex_elements_state()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H
A
D
rtasm_execmem.c
162
return
MALLOC
( size );
in rtasm_exec_malloc()
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
gdtoaimp.h
120
* #define
MALLOC
your_malloc, where your_malloc(n) acts like malloc(n)
122
* appropriate. If
MALLOC
is undefined, malloc will be invoked
125
* recycle memory acquired from
MALLOC
, #define FREE to be the
133
* suffices to get rid of
MALLOC
calls except for unusual cases,
210
#ifdef
MALLOC
211
extern Char *
MALLOC
ANSI((size_t));
213
#define
MALLOC
malloc
macro
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H
A
D
cso_hash.c
81
struct cso_node *node =
MALLOC
(sizeof(struct cso_node));
in cso_hash_create_node()
116
hash->buckets =
MALLOC
(sizeof(struct cso_node*) * hash->numBuckets);
in cso_data_rehash()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_debug_image.c
62
rgb8 =
MALLOC
(height * width * 3);
in debug_dump_image()
214
rgba =
MALLOC
(transfer->box.width *
in debug_dump_transfer_bmp()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
mixer.c
478
vmixer->deint.filter =
MALLOC
(sizeof(struct vl_deint_filter));
in vlVdpVideoMixerUpdateDeinterlaceFilter()
505
vmixer->noise_reduction.filter =
MALLOC
(sizeof(struct vl_median_filter));
in vlVdpVideoMixerUpdateNoiseReductionFilter()
551
vmixer->sharpness.filter =
MALLOC
(sizeof(struct vl_matrix_filter));
in vlVdpVideoMixerUpdateSharpnessFilter()
574
vmixer->bicubic.filter =
MALLOC
(sizeof(struct vl_bicubic_filter));
in vlVdpVideoMixerUpdateBicubicFilter()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_zscan.c
134
o_vtex =
MALLOC
(zscan->num_channels * sizeof(struct ureg_dst));
in create_vert_shader()
211
vtex =
MALLOC
(zscan->num_channels * sizeof(struct ureg_src));
in create_frag_shader()
212
tmp =
MALLOC
(zscan->num_channels * sizeof(struct ureg_dst));
in create_frag_shader()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_cmd_signature.cpp
72
(struct d3d12_cmd_signature *)
MALLOC
(sizeof(struct d3d12_cmd_signature));
in d3d12_get_cmd_signature()
Completed in 14 milliseconds
1
2
3
4