HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 401 - 425 of 4430) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/none/tests/ppc32/
lsw.c 19 char* a1 = malloc(100);
20 char* a2 = malloc(100);
52 a2 = malloc(100);
  /external/valgrind/main/none/tests/ppc64/
lsw.c 19 char* a1 = malloc(100);
20 char* a2 = malloc(100);
52 a2 = malloc(100);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeUtilities.cpp 35 // We could use fastMalloc here, but there might be plug-ins that mix NPN_MemAlloc/NPN_MemFree with malloc and free,
37 return malloc(size);
42 // We could use fastFree here, but there might be plug-ins that mix NPN_MemAlloc/NPN_MemFree with malloc and free,
  /frameworks/av/libvideoeditor/vss/src/
VideoEditorResampler.cpp 59 mTmpInBuffer = (int16_t*)malloc(dataSize);
109 context->mInput = (int16_t*)malloc( (inSampleRate * MAX_SAMPLEDURATION_FOR_CONVERTION *
159 pTmpBuffer = (int32_t*)malloc(outFrameCount * 2 * sizeof(int32_t));
  /external/linux-tools-perf/bench/
sched-messaging.c 211 struct sender_context *snd_ctx = malloc(sizeof(struct sender_context)
215 barf("malloc()");
219 struct receiver_context *ctx = malloc(sizeof(*ctx));
222 barf("malloc()");
287 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
289 barf("main:malloc()");
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java 209 Allocation mAlloc;
211 return mAlloc;
223 mAlloc = Allocation.createTyped(rs, constInputType);
242 mAlloc.destroy();
243 mAlloc = null;
251 mAlloc.setFromFieldPacker(0, mIOBuffer);
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 60 node->data = (int*)malloc(sizeof(int));
79 node->data = (int*)malloc(sizeof(int));
102 node->data = (int*)malloc(sizeof(int));
128 node->data = (int*)malloc(sizeof(int));
136 node->data = (int*)malloc(sizeof(int));
161 node->data = (int*)malloc(sizeof(int));
  /external/bison/lib/
xalloc.h 1 /* xalloc.h -- malloc with out-of-memory checking
67 However, malloc (SIZE_MAX) fails on all known hosts where
  /external/blktrace/btt/
bno_dump.c 36 oname = malloc(strlen(bno_dump_name) + 32);
57 bdp = malloc(sizeof(*bdp));
plat.c 37 pp = malloc(sizeof(*pp));
41 oname = malloc(strlen(str) + 32);
unplug_hist.c 39 hbp = malloc(sizeof(*hbp));
71 char *oname = malloc(strlen(unplug_hist_name) + 32);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_slices.sgml 37 unlike malloc(), it does not reserve extra space per block. For large block
39 system malloc() implementation. For newly written code it is recommended
101 if a malloc() fallback implementation is used instead,
104 be changed with the <link linkend="G_SLICE">G_SLICE=always-malloc</link>
118 be changed with the <link linkend="G_SLICE">G_SLICE=always-malloc</link>
179 be changed with the <link linkend="G_SLICE">G_SLICE=always-malloc</link>
195 be changed with the <link linkend="G_SLICE">G_SLICE=always-malloc</link>
211 be changed with the <link linkend="G_SLICE">G_SLICE=always-malloc</link>
  /external/clang/lib/Headers/
mm_malloc.h 30 #include <malloc.h>
49 return malloc(size);
  /external/clang/test/Analysis/
outofbound.c 4 void *malloc(size_t);
14 int *p = malloc(12);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 9 #ifdef malloc
12 #define XMALLOC malloc
  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 21 # common/cmemory.o U malloc
61 if ($symbols =~ /U +malloc.*/) {
  /external/libsepol/src/
boolean_record.c 26 (sepol_bool_key_t *) malloc(sizeof(struct sepol_bool_key));
128 sepol_bool_t *boolean = (sepol_bool_t *) malloc(sizeof(sepol_bool_t));
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill3.ll 17 %malloccall = tail call i8* @malloc(i32 ptrtoint (%struct.Village* getelementptr (%struct.Village* null, i32 1) to i32))
33 declare noalias i8* @malloc(i32)
  /external/llvm/test/Transforms/DeadStoreElimination/
pr11390.ll 14 %call4 = tail call noalias i8* @malloc(i64 %add3) nounwind
36 declare noalias i8* @malloc(i64) nounwind
  /external/llvm/test/Transforms/GlobalOpt/
heap-sra-1.ll 12 %malloccall = tail call i8* @malloc(i64 %mallocsize) ; <i8*> [#uses=1]
18 declare noalias i8* @malloc(i64)
heap-sra-2.ll 11 %malloccall = tail call i8* @malloc(i64 8000000) ; <i8*> [#uses=1]
18 declare noalias i8* @malloc(i64)
heap-sra-3.ll 13 %malloccall = tail call i8* @malloc(i64 %mallocsize) ; <i8*> [#uses=1]
19 declare noalias i8* @malloc(i64)
heap-sra-4.ll 12 %malloccall = tail call i8* @malloc(i64 %mallocsize) ; <i8*> [#uses=1]
19 declare noalias i8* @malloc(i64)
  /external/llvm/test/Transforms/MemCpyOpt/
memmove.ll 14 %malloccall = tail call i8* @malloc(i32 trunc (i64 mul nuw (i64 ptrtoint (i8* getelementptr (i8* null, i32 1) to i64), i64 13) to i32))
20 declare noalias i8* @malloc(i32)
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 33 conn = malloc(sizeof(PPPoEConnection));
35 fatalSys("malloc");

Completed in 1237 milliseconds

<<11121314151617181920>>