HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 651 - 675 of 2813) sorted by null

<<21222324252627282930>>

  /external/qemu/android/
audio-test.c 92 testAudio = malloc(sizeof(*testAudio));
  /external/qemu/android/protocol/
core-commands-proxy.c 105 *resp_data = malloc(resp->resp_data_size);
191 *netspeed = malloc(sizeof(NetworkSpeed) + 1 +
236 *netdelay = malloc(sizeof(NetworkLatency) + 1 +
267 UICmdGetQemuPath* req = (UICmdGetQemuPath*)malloc(cmd_data_size);
  /external/qemu/
compatfd.c 77 info = malloc(sizeof(*info));
loadpng.c 102 data = (unsigned char*) malloc((width * 4) * height);
103 rowptrs = (unsigned char **) malloc(sizeof(unsigned char*) * height);
234 data = (unsigned char*) malloc((width * 4) * height);
235 rowptrs = (unsigned char **) malloc(sizeof(unsigned char*) * height);
qemu-malloc.c 2 * malloc-like functions for system emulation.
48 ptr = qemu_oom_check(malloc(size ? size : 1));
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 87 device = (SDL_VideoDevice *)malloc(sizeof(SDL_VideoDevice));
91 malloc((sizeof *device->hidden));
143 SDL_modelist[i] = malloc(sizeof(SDL_Rect));
206 Caca_buffer = malloc(2 * ((width + 15) & ~15) * height);
  /external/qemu/elff/
elf_alloc.cc 41 reinterpret_cast<ElfAllocatorChunk*>(malloc(ELF_ALLOC_CHUNK_SIZE));
  /external/quake/quake/src/QW/client/
sys_null.c 126 parms.membase = malloc (parms.memsize);
  /external/speex/libspeex/
stack_alloc.h 40 # include <malloc.h>
  /external/tremolo/Tremolo/
os_types.h 49 different malloc than stdlib */
50 #define _ogg_malloc malloc
  /external/v8/src/
allocation.cc 30 #include <stdlib.h> // For free, malloc.
39 void* result = malloc(size);
  /external/valgrind/main/VEX/test/
fsave.c 56 unsigned char* buf = malloc(108);
  /external/valgrind/main/VEX/unused/
dispatch.c 52 transtab[n_transtab_used].trans = malloc(trans_size);
  /external/valgrind/main/drd/tests/
free_is_write.c 27 ptr = malloc(MALLOC_SIZE);
  /external/valgrind/main/helgrind/tests/
pth_barrier2.stderr.exp 34 at 0x........: malloc (vg_replace_malloc.c:...)
53 at 0x........: malloc (vg_replace_malloc.c:...)
72 at 0x........: malloc (vg_replace_malloc.c:...)
91 at 0x........: malloc (vg_replace_malloc.c:...)
110 at 0x........: malloc (vg_replace_malloc.c:...)
129 at 0x........: malloc (vg_replace_malloc.c:...)
148 at 0x........: malloc (vg_replace_malloc.c:...)
167 at 0x........: malloc (vg_replace_malloc.c:...)
186 at 0x........: malloc (vg_replace_malloc.c:...)
205 at 0x........: malloc (vg_replace_malloc.c:...
    [all...]
  /external/valgrind/main/massif/tests/
custom_alloc.post.exp 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.post.exp 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero1.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero2.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
errs1.stderr.exp 8 at 0x........: malloc (vg_replace_malloc.c:...)
22 at 0x........: malloc (vg_replace_malloc.c:...)
fprw.stderr.exp 34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
39 at 0x........: malloc (vg_replace_malloc.c:...)
leak-cases.c 52 Node* x = malloc(2 * sizeof(Node));
leak-cycle.c 15 struct n *n = malloc(sizeof(struct n));
mismatches.stderr.exp 5 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
origin2-not-quite.stderr.exp 7 at 0x........: malloc (vg_replace_malloc.c:...)
17 at 0x........: malloc (vg_replace_malloc.c:...)

Completed in 923 milliseconds

<<21222324252627282930>>