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

<<11121314151617181920>>

  /external/e2fsprogs/lib/ss/
error.c 30 ret_val = malloc((unsigned)
41 ret_val = malloc((unsigned)sizeof(char) *
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 39 #include <malloc.h>
53 size_t *p = (size_t *)malloc(size + sizeof(size_t));
  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 21 # common/cmemory.o U malloc
61 if ($symbols =~ /U +malloc.*/) {
  /external/iproute2/netem/
stats.c 13 #include <malloc.h>
33 x = (double *)malloc(limit*sizeof(double));
  /external/ipsec-tools/src/racoon/
gcmalloc.h 35 * Debugging malloc glue for Racoon.
46 * malloc(), calloc(), realloc(), and free() entry points in the main
55 malloc(size_t size) function
111 #define racoon_malloc(sz) malloc((sz))
  /external/libyuv/files/unit_test/
unit_test.h 19 var##_mem = reinterpret_cast<uint8*>(malloc((size) + 15)); \
31 var##_mem = reinterpret_cast<uint8*>(malloc(((size) + 4095) & ~4095)); \
  /external/linux-tools-perf/util/
thread_map.c 28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items);
44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t));
  /external/openssh/
xmalloc.c 6 * Versions of malloc and friends that check their results, and never return
34 ptr = malloc(size);
67 new_ptr = malloc(new_size);
  /external/oprofile/libutil++/tests/
utility_tests.cpp 27 return malloc(size);
33 return malloc(size);
  /external/qemu/android/protocol/
core-commands-qemu.c 71 *netspeed = (NetworkSpeed*)malloc(sizeof(NetworkSpeed));
83 *netdelay = (NetworkLatency*)malloc(sizeof(NetworkLatency));
  /external/valgrind/main/VEX/test/
frstor.c 66 unsigned short* buf1 = malloc(54*sizeof(short));
67 unsigned short* buf2 = malloc(54*sizeof(short));
  /external/valgrind/main/drd/tests/
omp_prime.c 78 primes = malloc(n * sizeof(primes[0]));
79 pflag = malloc(n * sizeof(pflag[0]));
pth_barrier_thr_cr.c 33 s_barrier = malloc(sizeof(*s_barrier));
37 tid = malloc(thread_count * sizeof(*tid));
read_and_free_race.stderr.exp 9 at 0x........: malloc (vg_replace_malloc.c:...)
  /external/valgrind/main/helgrind/tests/
tc15_laog_lockdel.c 16 mx1 = malloc(sizeof(pthread_mutex_t));
17 mx2 = malloc(sizeof(pthread_mutex_t));
  /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
badfree3.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
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:...)
origin1-yes.c 59 // Malloc block, uninitialised, 32-bit
61 int* ptr_to_undef_malloc_int = malloc(sizeof(int));
69 int* ptr_to_undef_malloc_int2 = malloc(sizeof(int));
73 // malloc'd block.
pointer-trace.c 48 ptrs = malloc(nptrs * sizeof(char *));
86 ptrs = malloc(1000);
  /external/webkit/Source/JavaScriptCore/API/tests/
Node.c 32 Node* node = (Node*)malloc(sizeof(Node));
43 NodeLink* nodeLink = (NodeLink*)malloc(sizeof(NodeLink));
  /hardware/invensense/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 48 void *alloc_ptr = malloc(num_bytes);
74 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 60 void *allocPtr = malloc(numBytes);
87 pthread_mutex_t *pm = malloc(sizeof(pthread_mutex_t));
  /hardware/qcom/media/mm-video/vidc/vdec/src/
queue.c 52 Queue *q = (Queue *) malloc(sizeof(Queue));
81 Node *new_node = (Node *) malloc(sizeof(Node));

Completed in 673 milliseconds

<<11121314151617181920>>