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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/memcheck/tests/
holey_buffer_too_small.stderr.exp 7 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
16 at 0x........: malloc (vg_replace_malloc.c:...)
25 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
43 at 0x........: malloc (vg_replace_malloc.c:...)
leak-cases-possible.stderr.exp 6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
18 at 0x........: malloc (vg_replace_malloc.c:...)
28 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
40 at 0x........: malloc (vg_replace_malloc.c:...)
exitprog.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
fwrite.stderr.exp 5 at 0x........: malloc (vg_replace_malloc.c:...)
leak-cases-full.stderr.exp 6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
18 at 0x........: malloc (vg_replace_malloc.c:...)
24 at 0x........: malloc (vg_replace_malloc.c:...)
30 at 0x........: malloc (vg_replace_malloc.c:...)
36 at 0x........: malloc (vg_replace_malloc.c:...)
42 at 0x........: malloc (vg_replace_malloc.c:...)
48 at 0x........: malloc (vg_replace_malloc.c:...)
54 at 0x........: malloc (vg_replace_malloc.c:...)
leak-cycle.stderr.exp 6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
18 at 0x........: malloc (vg_replace_malloc.c:...)
24 at 0x........: malloc (vg_replace_malloc.c:...)
noisy_child.c 23 char* p = malloc(10); assert(p);
origin4-many.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
16 at 0x........: malloc (vg_replace_malloc.c:...)
22 at 0x........: malloc (vg_replace_malloc.c:...)
28 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
40 at 0x........: malloc (vg_replace_malloc.c:...)
46 at 0x........: malloc (vg_replace_malloc.c:...)
52 at 0x........: malloc (vg_replace_malloc.c:...)
realloc2.c 14 p = malloc(10 + 10 * (i % 100));
  /development/tools/yuv420sp2rgb/
debug.h 47 static inline void *MALLOC(unsigned int size) {
48 void *m = malloc(size);
49 FAILIF(NULL == m, "malloc(%d) failed!\n", size);
  /external/compiler-rt/lib/asan/output_tests/
use-after-free.cc 3 char *x = (char*)malloc(10 * sizeof(char));
25 // Check-Linux: {{ #0 0x.* in malloc}}
30 // Check-Darwin: {{ #2 0x.* in malloc.*}}
  /external/llvm/test/Transforms/DeadStoreElimination/
free.ll 6 declare noalias i8* @malloc(i64)
36 %m = call i8* @malloc(i64 24)
50 %alloc1 = tail call noalias i8* @malloc(i64 4) nounwind
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 1 /* xmalloc.c -- malloc with out of memory checking
21 char *malloc ();
40 p = malloc (n);
  /external/yaffs2/yaffs2/direct/
ydirectenv.h 47 #define YMALLOC(x) malloc(x)
49 #define YMALLOC_ALT(x) malloc(x)
52 #define YMALLOC_DMA(x) malloc(x)
  /frameworks/av/libvideoeditor/osal/src/
M4PSW_MemoryInterface.c 51 * If size is 0, malloc on WIN OS allocates a zero-length item in
53 * On other platforms, malloc could returns an invalid pointer
65 Address = (M4OSA_MemAddr32) malloc(size);
  /bootable/bootloader/legacy/libc/
Android.mk 12 malloc.c \
  /external/chromium/base/allocator/
README 13 problem is that by default, the windows library does not declare malloc and
42 void* malloc(size_t s);
56 "tcmalloc" - TC Malloc (default)
57 "jemalloc" - JE Malloc
  /external/chromium/base/third_party/dmg_fp/
gcc_64_bit.patch 17 @@ -221,7 +225,7 @@ extern void *MALLOC(size_t);
  /external/clang/INPUTS/
macro_pounder_obj.c 3 // heavily constrained by darwin's malloc.
  /external/clang/test/SemaObjC/
at-defs.m 24 TestObject * a = (id)malloc(100);
  /external/e2fsprogs/lib/ss/
invocation.c 36 new_table = (ss_data *) malloc(sizeof(ss_data));
39 table = (ss_data **) malloc(2 * size);
55 new_table->info_dirs = (char **)malloc(sizeof(char *));
58 new_table->prompt = malloc((unsigned)strlen(subsystem_name)+4);
  /external/libgsm/src/
gsm_destroy.c 17 # include <malloc.h>
  /external/oprofile/libpopt/
findme.h 15 * @return (malloc'd) absolute path to executable (or NULL)
  /external/valgrind/main/VEX/test/
fldenv.c 18 unsigned short* buf = malloc(14*sizeof(short));
  /external/valgrind/main/massif/tests/
basic.c 14 a[i] = malloc(400); // 400 is divisible by 16 -- so no slop.

Completed in 298 milliseconds

1 2 3 4 5 67 8 91011>>