HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 101 - 125 of 6596) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/src/common_audio/resampler/
resampler.cc 285 state1_ = malloc(8 * sizeof(WebRtc_Word32));
289 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
294 state1_ = malloc(8 * sizeof(WebRtc_Word32));
297 state2_ = malloc(8 * sizeof(WebRtc_Word32));
302 state1_ = malloc(8 * sizeof(WebRtc_Word32));
305 state2_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
310 state1_ = malloc(8 * sizeof(WebRtc_Word32));
313 state2_ = malloc(8 * sizeof(WebRtc_Word32));
316 state3_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz));
322 state1_ = malloc(sizeof(WebRtcSpl_State16khzTo48khz))
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
policy.android.webview.json 270 "allocator": "malloc"
275 "allocator": "malloc"
280 "allocator": "malloc"
285 "allocator": "malloc"
290 "allocator": "malloc"
295 "allocator": "malloc"
300 "allocator": "malloc"
305 "allocator": "malloc"
310 "allocator": "malloc"
315 "allocator": "malloc"
    [all...]
  /external/chromium_org/skia/ext/
SkMemory_new_handler.cpp 16 // during malloc(), when SK_MALLOC_THROW is not set (ie., when
56 p = malloc(size);
64 p = malloc(size);
68 p = malloc(size);
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
control 11 Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
14 thread-caching malloc() and cpu and heap profiling utilities. The
22 Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
25 thread-caching malloc() and cpu and heap profiling utilities.
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
buffer-security.cc 5 #include <malloc.h>
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator+NewDelete.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,unix.MismatchedDeallocator,cplusplus.NewDelete -std=c++11 -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,unix.MismatchedDeallocator,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks -DLEAKS -std=c++11 -verify %s
4 #include "Inputs/system-header-simulator-for-malloc.h"
7 // Check that unix.Malloc catches all types of bugs.
10 int *p = (int *)malloc(sizeof(int));
16 int *p = (int *)malloc(sizeof(int));
20 int *p = (int *)malloc(sizeof(int));
27 free(&i); // expected-warning{{Argument to free() is the address of the local variable 'i', which is not memory allocated by malloc()}}
31 int *p = (int *)malloc(sizeof(int));
32 free(++p); // expected-warning{{Argument to free() is offset by 4 bytes from the start of memory allocated by malloc()}}
    [all...]
  /external/clang/test/Misc/
freebsd-arm-size_t.c 8 void *malloc(size_t);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
on_error_callback.cc 12 char *x = (char*)malloc(10 * sizeof(char));
sleep_before_dying.c 6 char *x = (char*)malloc(10 * sizeof(char));
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
ignore_object.cc 13 // The first malloc call can cause an allocation in libdl. Ignore it here so
16 malloc(1);
21 *p = malloc(666);
23 volatile void *q = malloc(1337);
  /external/pixman/demos/
screen-test.c 12 uint32_t *src1 = malloc (WIDTH * HEIGHT * 4);
13 uint32_t *src2 = malloc (WIDTH * HEIGHT * 4);
14 uint32_t *src3 = malloc (WIDTH * HEIGHT * 4);
15 uint32_t *dest = malloc (3 * WIDTH * 2 * HEIGHT * 4);
  /external/qemu/android/utils/
setenv.c 11 char *string = malloc(length);
  /external/valgrind/main/massif/tests/
overloaded-new.cpp 19 return malloc(n);
24 return malloc(n);
29 return malloc(n);
34 return malloc(n);
  /external/valgrind/main/memcheck/tests/
accounting.c 14 p = malloc(1);
badjump2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
errs1.c 12 void zzzzzzz ( void ) { p = malloc(10); }
execve2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
exitprog.c 15 char* a = malloc(ZILLION * sizeof(char));
fwrite.c 7 char* arr = malloc(10);
leak-0.c 16 foo = malloc(0);
long-supps.c 12 int* x = malloc(sizeof(int));
manuel2.c 7 int *m = malloc(sizeof(int));
manuel3.c 10 x = (int *) malloc (sizeof (int));
new_nothrow.cpp 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
pointer-trace.stderr.exp 2 at 0x........: malloc (vg_replace_malloc.c:...)

Completed in 360 milliseconds

1 2 3 45 6 7 8 91011>>