HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 326 - 350 of 6596) sorted by null

<<11121314151617181920>>

  /external/lzma/C/
7zAlloc.c 30 return malloc(size);
58 return malloc(size);
  /external/oprofile/libutil++/tests/
utility_tests.cpp 27 return malloc(size);
33 return malloc(size);
  /external/pixman/demos/
clip-in.c 18 uint32_t *sbits = malloc (SMALL * SMALL * 4);
19 uint32_t *bits = malloc (WIDTH * HEIGHT * 4);
trap-test.c 18 uint32_t *bits = malloc (WIDTH * HEIGHT * 4);
19 uint32_t *mbits = malloc (WIDTH * HEIGHT);
  /external/pixman/test/
a1-trap-test.c 18 uint32_t *bits = malloc (WIDTH * HEIGHT * 4);
19 uint32_t *mbits = malloc (WIDTH * HEIGHT);
  /external/valgrind/main/drd/tests/
pth_barrier_thr_cr.c 33 s_barrier = malloc(sizeof(*s_barrier));
37 tid = malloc(thread_count * sizeof(*tid));
  /external/valgrind/main/memcheck/tests/
badaddrvalue.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
badpoll.stderr.exp 5 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
clireq_nofill.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
dw4.c 23 char* undefp = malloc(1);
47 struct s1* onheap = malloc(sizeof (struct s1));
leak-tree.stderr.exp 6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
origin2-not-quite.c 35 double* ptr_to_undef_double = malloc(sizeof(double));
44 float* ptr_to_undef_float = malloc(sizeof(float));
varinfo1.c 24 char* undefp = malloc(1);
47 char* onheap = malloc(3);
xml1.c 8 int *a = malloc(10 * sizeof(int));
31 a = malloc(99 * sizeof(int));
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_context.c 53 __data = (uint8_t*)MALLOC(__len);
90 __data = (uint8_t*)MALLOC(__len);
130 __data = (uint8_t*)MALLOC(__len);
171 __data = (uint8_t*)MALLOC(__len);
212 __data = (uint8_t*)MALLOC(__len);
261 __data = (uint8_t*)MALLOC(__len);
304 __data = (uint8_t*)MALLOC(__len);
345 __data = (uint8_t*)MALLOC(__len);
400 __data = (uint8_t*)MALLOC(__len);
447 __data = (uint8_t*)MALLOC(__len)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 102 Action *a = malloc(sizeof(Action));
112 Action *a = malloc(sizeof(Action));
123 Action *a = malloc(sizeof(Action));
134 Action *a = malloc(sizeof(Action));
146 Action *a = malloc(sizeof(Action));
  /external/chromium_org/tools/deep_memory_profiler/
policy.l1.json 135 "allocator": "malloc"
140 "allocator": "malloc"
145 "allocator": "malloc"
150 "allocator": "malloc"
155 "allocator": "malloc"
policy.sourcefile.json 117 "allocator": "malloc"
122 "allocator": "malloc"
127 "allocator": "malloc"
132 "allocator": "malloc"
137 "allocator": "malloc"
  /external/dhcpcd/
ifaddrs.c 49 ifa = malloc(sizeof(struct ifaddrs));
54 ifa->ifa_name = malloc(strlen(name)+1);
63 saddr = malloc(sizeof(struct sockaddr_in));
71 smask = malloc(sizeof(struct sockaddr_in));
80 hwaddr = malloc(sizeof(struct sockaddr_ll));
  /external/jpeg/
jmem-ashmem.c 26 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
27 extern void * malloc JPP((size_t size));
33 * routines malloc() and free().
39 return (void *) malloc(sizeofobject);
59 return (void FAR *) malloc(sizeofobject);
jmemansi.c 20 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
21 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_context.c 53 __data = (uint8_t*)MALLOC(__len);
90 __data = (uint8_t*)MALLOC(__len);
130 __data = (uint8_t*)MALLOC(__len);
171 __data = (uint8_t*)MALLOC(__len);
212 __data = (uint8_t*)MALLOC(__len);
261 __data = (uint8_t*)MALLOC(__len);
304 __data = (uint8_t*)MALLOC(__len);
345 __data = (uint8_t*)MALLOC(__len);
400 __data = (uint8_t*)MALLOC(__len);
447 __data = (uint8_t*)MALLOC(__len)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmem-ashmem.c 25 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
26 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);
jmemansi.c 20 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
21 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);

Completed in 1243 milliseconds

<<11121314151617181920>>