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

<<21222324252627282930>>

  /external/qemu/slirp/
mbuf.c 40 * malloc one
55 m = (struct mbuf *)malloc(SLIRP_MSIZE);
113 * the other.. if result is too big for one mbuf, malloc()
151 dat = (char *)malloc(size);
  /external/qemu/slirp-android/
mbuf.c 40 * malloc one
55 m = (struct mbuf *)malloc(SLIRP_MSIZE);
113 * the other.. if result is too big for one mbuf, malloc()
151 dat = (char *)malloc(size);
  /external/quake/quake/src/WinQuake/
snd_next.cpp 31 shm = malloc (size);
  /external/skia/src/gpu/
GrAllocPool.h 29 * address was allocated by malloc or new (because it hasn't).
  /external/stlport/stlport/stl/
_tempbuf.c 43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
  /external/valgrind/main/VEX/test/
fpconst.c 59 UChar* b = malloc(8);
  /external/valgrind/main/drd/tests/
free_is_write.c 27 ptr = malloc(MALLOC_SIZE);
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.vgtest 9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
mcinfcallWSRU.vgtest 9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 26 volatile int* x = malloc(10 * sizeof(int));
  /external/valgrind/main/massif/perf/
many-xpts.c 15 return malloc(100);
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
19 Address 0x........ is not stack'd, malloc'd or (recently) free'd
66 Address 0x........ is not stack'd, malloc'd or (recently) free'd
71 Address 0x........ is not stack'd, malloc'd or (recently) free'd
badjump.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
err_disable2.c 27 block = malloc(10);
leak-cycle.c 15 struct n *n = malloc(sizeof(struct n));
malloc1.stderr.exp 13 at 0x........: malloc (vg_replace_malloc.c:...)
origin3-no.stderr.exp 7 at 0x........: malloc (vg_replace_malloc.c:...)
25 at 0x........: malloc (vg_replace_malloc.c:...)
35 at 0x........: malloc (vg_replace_malloc.c:...)
45 at 0x........: malloc (vg_replace_malloc.c:...)
pdb-realloc.c 16 char* x = malloc(1000);
varinfo2.c 24 char* undefp = malloc(1);
varinfo4.c 24 char* undefp = malloc(1);
  /external/valgrind/main/memcheck/tests/darwin/
scalar_nocancel.c 14 long* px = malloc(sizeof(long));
  /external/valgrind/main/none/tests/
pth_once.c 59 id_arg = (int *)malloc(NUM_THREADS*sizeof(int));
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
MMap.h 32 fBuff = (char*)malloc(sizeof(char) * fSize);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
config.h 16 /* Define if you have the <malloc.h> header file. */
  /external/webkit/Tools/android/flex-2.5.4a/MISC/NT/
config.h 14 /* Define if you have the <malloc.h> header file. */

Completed in 959 milliseconds

<<21222324252627282930>>