Searched refs:malloc (Results 426 - 450 of 2881) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_rfft16_s16.c77 test_signal = (struct ComplexFloat*) malloc(sizeof(*test_signal) * size);
122 fft_fwd_spec = (OMXFFTSpec_R_S16*) malloc(fft_spec_buffer_size);
135 x_true = (float*) malloc(sizeof(*x_true) * fft_size);
136 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * (fft_size / 2 + 1));
137 y_scaled = (OMX_SC16*) malloc(sizeof(*y_true) * (fft_size / 2 + 1));
207 fft_inv_spec = (OMXFFTSpec_R_S16*)malloc(fft_spec_buffer_size);
217 x_true = (float*) malloc(sizeof(*x_true) * fft_size);
218 x_scaled = (OMX_S16*) malloc(sizeof(*x_scaled) * fft_size);
219 y_true = (struct ComplexFloat*) malloc(sizeof(*y_true) * fft_size);
/external/clang/test/Analysis/
H A Ddtor.cpp20 void *malloc(size_t);
33 char *mem = (char*)malloc(4);
44 char *mem = (char*)malloc(4);
61 char *mem = (char*)malloc(4);
78 char *mem = (char*)malloc(4);
89 char *mem = (char*)malloc(4);
100 char *mem = (char*)malloc(4);
118 char *mem = (char*)malloc(4);
243 return malloc(4); // no-warning
249 // leading the analyzer to believe that the malloc'
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtdptst.c58 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
72 s=(UChar*)malloc(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
129 s=(UChar*)malloc(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) );
163 str=(UChar*)malloc(sizeof(UChar) * (strlen(s) + 1) );
165 pat=(UChar*)malloc(sizeof(UChar) * (strlen(pattern) + 1) );
201 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("yyyyMMddHHmmssSSS")+1) );
249 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
253 tzID=(UChar*)malloc(sizeof(UChar) * 4);
313 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("MM/dd/yyyy 'at' hh:mm:ss a zzz")+1) );
324 tzID=(UChar*)malloc(sizeo
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c58 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("EEE MMM dd HH:mm:ss.SSS zzz yyyy G")+1 ));
72 s=(UChar*)malloc(sizeof(UChar) * (strlen("03-Apr-04 2:20:47 o'clock AM PST")+1) );
129 s=(UChar*)malloc(sizeof(UChar) * (strlen("01/01/1997 10:11:42 AM")+1) );
163 str=(UChar*)malloc(sizeof(UChar) * (strlen(s) + 1) );
165 pat=(UChar*)malloc(sizeof(UChar) * (strlen(pattern) + 1) );
201 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("yyyyMMddHHmmssSSS")+1) );
249 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
253 tzID=(UChar*)malloc(sizeof(UChar) * 4);
313 pattern=(UChar*)malloc(sizeof(UChar) * (strlen("MM/dd/yyyy 'at' hh:mm:ss a zzz")+1) );
324 tzID=(UChar*)malloc(sizeo
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dmlp_train.c51 net = malloc(sizeof(*net));
52 net->topo = malloc(nbLayers*sizeof(net->topo[0]));
57 net->in_rate = malloc((inDim+1)*sizeof(net->in_rate[0]));
58 net->weights = malloc((nbLayers-1)*sizeof(net->weights));
59 net->best_weights = malloc((nbLayers-1)*sizeof(net->weights));
62 net->weights[i] = malloc((topo[i]+1)*topo[i+1]*sizeof(net->weights[0][0]));
63 net->best_weights[i] = malloc((topo[i]+1)*topo[i+1]*sizeof(net->weights[0][0]));
257 W0_old = malloc(W0_size*sizeof(double));
258 W1_old = malloc(W1_size*sizeof(double));
259 W0_old2 = malloc(W0_siz
[all...]
/external/blktrace/btt/
H A Daqd.c39 ap = malloc(sizeof(*ap));
42 oname = malloc(strlen(aqd_name) + strlen(str) + 32);
H A Dbno_dump.c36 oname = malloc(strlen(bno_dump_name) + 32);
57 bdp = malloc(sizeof(*bdp));
H A Dunplug_hist.c39 hbp = malloc(sizeof(*hbp));
71 char *oname = malloc(strlen(unplug_hist_name) + 32);
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_avoid_mmap_posix.cc22 buffer_ = malloc(size);
23 snapshot_ = malloc(size);
/external/chromium_org/skia/ext/
H A DSkMemory_new_handler.cpp16 // malloc() and calloc() when SK_MALLOC_THROW is not set (because our normal
50 return throw_on_failure(size, malloc(size));
67 void* p = malloc(size);
/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp39 #include <malloc.h>
53 size_t *p = (size_t *)malloc(size + sizeof(size_t));
/external/chromium_org/third_party/lzma_sdk/
H A DAlloc.c29 void *p = malloc(size);
34 return malloc(size);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c61 newblock = (struct memory_block*)malloc(blocksize);
88 struct memory_block * block = (struct memory_block*)malloc(bytes + sizeof(struct memory_block));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_cb.h85 cs_ptr = (ptr) = (uint32_t*)malloc((size) * sizeof(uint32_t)); \
102 cs_ptr = (ptr) = (uint32_t*)malloc((size) * sizeof(uint32_t))
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DAlloc.c30 void *p = malloc(size);
35 return malloc(size);
/external/chromium_org/third_party/sqlite/src/test/
H A Dasync2.test49 foreach err [list ioerr malloc-transient malloc-persistent] {
65 malloc-persistent { sqlite3_memdebug_fail $n -repeat 1 }
66 malloc-transient { sqlite3_memdebug_fail $n -repeat 0 }
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_extension_test.cc45 void* a = malloc(1000);
72 void *p = malloc(i);
H A Dsystem-alloc_unittest.cc125 // There is no way to call malloc and guarantee it will fail. malloc takes a
138 void* p1 = malloc(kHugeSize);
139 void* p2 = malloc(kHugeSize);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Doverride_functions.cc90 #undef malloc macro
106 return malloc(size);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_extension_test.cc45 void* a = malloc(1000);
72 void *p = malloc(i);
H A Dsystem-alloc_unittest.cc125 // There is no way to call malloc and guarantee it will fail. malloc takes a
138 void* p1 = malloc(kHugeSize);
139 void* p2 = malloc(kHugeSize);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Doverride_functions.cc90 #undef malloc macro
106 return malloc(size);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_interface.c21 *G722enc_inst=(G722EncInst*)malloc(sizeof(g722_encode_state_t));
61 *G722dec_inst=(G722DecInst*)malloc(sizeof(g722_decode_state_t));
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dxmalloc.c69 newmem = malloc(size);
99 newmem = malloc(size);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dsubstr.c24 SubStr_init(r, malloc(sizeof(char)*s->len), s->len);
31 Str *r = SubStr_new(malloc(sizeof(char)*s->len), s->len);

Completed in 689 milliseconds

<<11121314151617181920>>