OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc
(Results
1176 - 1200
of
2813
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/e2fsprogs/lib/ext2fs/
tst_badblocks.c
224
fs =
malloc
(sizeof(struct struct_ext2_filsys));
227
fs->super =
malloc
(SUPERBLOCK_SIZE);
/external/elfutils/libdwfl/
cu.c
78
aranges =
malloc
(naranges * sizeof *aranges);
212
struct dwfl_cu *cu =
malloc
(sizeof *cu);
/external/elfutils/libebl/
eblstrtab.c
104
/* Cache for the pagesize. We correct this value a bit so that `
malloc
'
141
struct memoryblock *newmem = (struct memoryblock *)
malloc
(len);
336
data->d_buf =
malloc
(st->total + nulllen);
/external/elfutils/libelf/
elf32_getphdr.c
125
(ElfW2(LIBELFBITS,Phdr) *)
malloc
(size);
173
(ElfW2(LIBELFBITS,Phdr) *)
malloc
(size);
/external/iproute2/misc/
ssfilter.y
5
#include <
malloc
.h>
15
struct ssfilter *n =
malloc
(sizeof(*n));
/external/iproute2/netem/
maketable.c
13
#include <
malloc
.h>
141
inverse = (short *)
malloc
(inversesize*sizeof(short));
/external/ipsec-tools/src/libipsec/
policy_parse.y
385
if ((addr =
malloc
(addrbuf->len + 1)) == NULL) {
386
yyerror("
malloc
failed");
391
if (portbuf && ((serv =
malloc
(portbuf->len + 1)) == NULL)) {
393
yyerror("
malloc
failed");
426
newaddr =
malloc
(res->ai_addrlen);
480
pbuf =
malloc
(sizeof(struct sadb_x_policy));
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp
405
if ((sI2cFixPrmBuf =
malloc
(lenPrmBuffer)) != NULL)
439
if ((sPrmBuf =
malloc
(lenPrmBuffer)) != NULL)
/external/libselinux/src/
label_android_property.c
205
malloc
(sizeof(spec_t) * data->nspec)))
290
data = (struct saved_data *)
malloc
(sizeof(*data));
stringrep.c
71
node =
malloc
(sizeof(struct discover_class_node));
270
*res =
malloc
(len);
/external/libsepol/src/
conditional.c
146
new_node = (cond_node_t *)
malloc
(sizeof(cond_node_t));
275
new_expr = (cond_expr_t *)
malloc
(sizeof(cond_expr_t));
528
malloc
(p->p_bools.nprim * sizeof(cond_bool_datum_t *));
576
booldatum =
malloc
(sizeof(cond_bool_datum_t));
593
key =
malloc
(len + 1);
692
list =
malloc
(sizeof(cond_av_list_t));
788
expr =
malloc
(sizeof(cond_expr_t));
855
node =
malloc
(sizeof(cond_node_t));
context_record.c
134
(sepol_context_t *)
malloc
(sizeof(sepol_context_t));
294
char *str = (char *)
malloc
(total_sz + 1);
port_record.c
34
(sepol_port_key_t *)
malloc
(sizeof(sepol_port_key_t));
206
sepol_port_t *tmp_port = (sepol_port_t *)
malloc
(sizeof(sepol_port_t));
/external/llvm/lib/Object/
Object.cpp
203
char *str = static_cast<char*>(
malloc
(ret.size()));
214
char *str = static_cast<char*>(
malloc
(ret.size()));
/external/netperf/
netcpu_perfstat.c
78
perfstat_buffer = (perfstat_cpu_t *)
malloc
(lib_num_loc_cpus *
82
"cpu_start:
malloc
failed errno %d\n",
155
perfstat_buffer = (perfstat_cpu_t *)
malloc
(lib_num_loc_cpus *
159
"calibrate_perfstat:
malloc
failed errno %d\n",
netcpu_pstat.c
68
psp = (struct pst_processor *)
malloc
(lib_num_loc_cpus * sizeof(*psp));
70
printf("
malloc
(%d) failed!\n", lib_num_loc_cpus * sizeof(*psp));
132
psp = (struct pst_processor *)
malloc
(lib_num_loc_cpus * sizeof(*psp));
134
printf("
malloc
(%d) failed!\n", lib_num_loc_cpus * sizeof(*psp));
/external/open-vcdiff/
configure.ac
40
AC_CHECK_HEADERS([
malloc
.h])
/external/opencv/cvaux/src/
cvclique.cpp
137
finder->vertex_weights = (float*)
malloc
( sizeof(float)*(graph->total+1));
138
finder->cur_weight = (float*)
malloc
( sizeof(float)*(graph->total+1));
139
finder->cand_weight = (float*)
malloc
( sizeof(float)*(graph->total+1));
158
finder->edge_weights = (float*)
malloc
( sizeof(float)*(graph->total)*(graph->total));
159
//finder->cur_weight = (float*)
malloc
( sizeof(float)*(graph->total+1));
160
//finder->cand_weight = (float*)
malloc
( sizeof(float)*(graph->total+1));
cvmorphcontours.cpp
570
point1 = (CvPoint* )
malloc
( Ni*sizeof(CvPoint) );
571
point2 = (CvPoint* )
malloc
( Nj*sizeof(CvPoint) );
652
W = (_CvWork**)
malloc
(sizeof(_CvWork*)*Ni);
655
W[i] = (_CvWork*)
malloc
(sizeof(_CvWork)*Nj);
658
point1 = (CvPoint* )
malloc
( Ni*sizeof(CvPoint) );
659
point2 = (CvPoint* )
malloc
( Nj*sizeof(CvPoint) );
660
edges1 = (CvPoint2D32f* )
malloc
( (Ni-1)*sizeof(CvPoint2D32f) );
661
edges2 = (CvPoint2D32f* )
malloc
( (Nj-1)*sizeof(CvPoint2D32f) );
/external/opencv/otherlibs/highgui/
grfmt_imageio.cpp
158
bitmap = (uchar*)
malloc
( bpp * m_height * m_width );
296
bitmapData = (uchar*)
malloc
( bpp * height * width );
/external/qemu/distrib/zlib-1.2.3/
zutil.h
100
# include <
malloc
.h>
121
#include <
malloc
.h>
/external/sonivox/arm-fm-22k/host_src/
eas_wave.c
137
wFile =
malloc
(sizeof(WAVE_FILE));
305
wFile =
malloc
(sizeof(WAVE_FILE));
/external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c
137
wFile =
malloc
(sizeof(WAVE_FILE));
305
wFile =
malloc
(sizeof(WAVE_FILE));
/external/sonivox/arm-wt-22k/host_src/
eas_wave.c
137
wFile =
malloc
(sizeof(WAVE_FILE));
305
wFile =
malloc
(sizeof(WAVE_FILE));
/external/valgrind/main/coregrind/m_demangle/
dyn-string.c
79
ds_struct_ptr->s = (char *)
malloc
(space);
103
result = (dyn_string_t)
malloc
(sizeof (struct dyn_string));
127
/* Returns the contents of DS in a buffer allocated with
malloc
. It
Completed in 1463 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>