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

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/massif/tests/
custom_alloc.c 66 a = malloc(400);
69 a = malloc(800);
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
clireq_nofill.c 11 /* run with `valgrind -q --malloc-fill=0xaf --free-fill=0xdb` */
16 s = malloc(40);
29 s = malloc(40);
exitprog.stderr.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
fwrite.stderr.exp 5 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));
partiallydefinedeq.c 27 int* junk1 = malloc(sizeof(int));
28 int* junk2 = malloc(sizeof(int));
trivialleak.stderr.exp 2 at 0x........: malloc (vg_replace_malloc.c:...)
  /external/webkit/Source/JavaScriptCore/wtf/
MallocZoneSupport.h 32 #include <malloc/malloc.h>
  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 36 char* data = (char*)malloc(pVal.size()+1);
44 char* data = (char*)malloc(length+1);
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete2.cpp 6 extern "C" void * malloc (size_t);
14 void *p = malloc (size);
  /ndk/tests/device/test-stlport_static-exception/jni/
delete2.cpp 6 extern "C" void * malloc (size_t);
14 void *p = malloc (size);
  /packages/apps/Gallery2/jni/filters/
shadows.c 36 double *poly = (double *) malloc(5*sizeof(double));
41 unsigned short * hsv = (unsigned short *)malloc(3*sizeof(short));
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 30 #include <malloc.h>
49 return malloc(__size);
  /external/valgrind/main/gdbserver_tests/
mcleak.stderrB.exp 4 at 0x........: malloc (vg_replace_malloc.c:...)
9 at 0x........: malloc (vg_replace_malloc.c:...)
14 at 0x........: malloc (vg_replace_malloc.c:...)
19 at 0x........: malloc (vg_replace_malloc.c:...)
24 at 0x........: malloc (vg_replace_malloc.c:...)
29 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
39 at 0x........: malloc (vg_replace_malloc.c:...)
44 at 0x........: malloc (vg_replace_malloc.c:...)
49 at 0x........: malloc (vg_replace_malloc.c:...
    [all...]
  /external/bison/darwin-lib/
alloca.h 44 # include <malloc.h>
  /external/bison/lib/
alloca.in.h 43 # include <malloc.h>
strdup.c 37 /* Duplicate S, returning an identical malloc'd string. */
42 void *new = malloc (len);
  /external/bison/linux-lib/
alloca.h 44 # include <malloc.h>
  /external/chromium/base/allocator/
generic_allocators.cc 6 // low-level functions malloc() and free(). This way, including a new
16 ptr = malloc(size);
52 // If flag is 0 (default), calls to malloc will behave normally.
53 // If flag is 1, calls to malloc will behave like calls to new,
71 void* result = malloc(size);
90 // Generally, calls to malloc() have padding. So a request
91 // to malloc N bytes actually malloc's N+x bytes. Later, if
105 #undef malloc macro
122 return malloc(size)
    [all...]
  /external/elfutils/bionic-fixup/
getline.c 39 *lineptr = malloc(len);
  /external/elfutils/host-darwin-fixup/
getline.c 39 *lineptr = malloc(len);
  /external/hyphenation/
hnjalloc.c 36 /* wrappers for malloc */
46 p = malloc (size);
  /external/icu4c/samples/layout/
arraymem.h 16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/llvm/lib/Support/
SmallVector.cpp 28 NewElts = malloc(NewCapacityInBytes);

Completed in 825 milliseconds

1 2 3 4 5 6 78 91011>>