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

<<11121314151617181920>>

  /external/valgrind/main/drd/tests/
read_after_free.c 29 s_mem = malloc(10);
  /external/valgrind/main/exp-sgcheck/tests/
hsg.c 30 unsigned char* duh = malloc(100 * sizeof(char));
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 8 Address 0x........ is not stack'd, malloc'd or (recently) free'd
mcsigpass.stderr.exp 8 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/main/helgrind/tests/
tc04_free_lock.c 17 XX* xx = malloc(sizeof(XX));
  /external/valgrind/main/massif/tests/
long-names.c 61 malloc(2000); // Divisible by 16 -- no slop.
  /external/valgrind/main/memcheck/tests/
badfree-2trace.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
badfree.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
badpoll.c 12 struct pollfd* ufds = malloc(2 * sizeof(struct pollfd) - 1);
long_namespace_xml.cpp 36 char *ptr = (char *)malloc (4);
malloc2.c 30 test_arr[j] = malloc( nbytes );
nanoleak2.c 20 a = malloc(1000); // Becomes a reachable leak.
new_override.cpp 11 void *ret = malloc(size);
origin3-no.c 42 char* ptr_to_undef_char = malloc(sizeof(char));
62 int* ptr_to_undef_int = malloc(sizeof(int));
71 int* ptr_to_undef_int = malloc(sizeof(int) + 1);
80 int* ptr_to_undef_int3 = malloc(sizeof(int));
sbfragment.c 5 #include <malloc.h>
18 /* from /usr/include/malloc.h */
57 big = malloc (bigsize);
67 newbig = malloc(bigsize);
  /external/valgrind/main/memcheck/tests/x86/
espindola2.c 11 int* x = malloc(4);
  /external/valgrind/main/none/tests/amd64/
ssse3_misaligned.c 2 #include "tests/malloc.h"
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.c 2 #include "tests/malloc.h"
  /external/valgrind/main/perf/
heap.c 24 arr[j] = malloc(nbytes);
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 23 #undef malloc macro
32 #include <malloc.h>
64 return malloc(size);
115 void *fastMalloc(size_t n) { return malloc(n); }
  /external/webkit/Tools/DumpRenderTree/mac/
CheckedMalloc.cpp 37 #import <malloc/malloc.h>
82 savedMalloc = zone->malloc;
84 zone->malloc = checkedMalloc;
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
config.h 12 /* Define if you have the <malloc.h> header file. */
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
vms-conf.h 12 /* Define if you have the <malloc.h> header file. */
  /external/webkit/Tools/android/flex-2.5.4a/
conf.in 12 /* Define if you have the <malloc.h> header file. */
  /external/webrtc/src/system_wrappers/source/
aligned_malloc.cc 21 #include <malloc/malloc.h>
23 #include <malloc.h>
71 returnValue->memoryPointer = malloc(size + sizeof(uintptr_t) +

Completed in 865 milliseconds

<<11121314151617181920>>