HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 226 - 250 of 6594) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
malloc.h 21 * Declaration of malloc routines. Bionic uses dlmalloc (see
23 * defined malloc.h interface small.
30 extern __mallocfunc void* malloc(size_t);
  /external/valgrind/main/memcheck/tests/
leak-delta.stderr.exp 3 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
15 at 0x........: malloc (vg_replace_malloc.c:...)
21 at 0x........: malloc (vg_replace_malloc.c:...)
28 at 0x........: malloc (vg_replace_malloc.c:...)
34 at 0x........: malloc (vg_replace_malloc.c:...)
39 at 0x........: malloc (vg_replace_malloc.c:...)
45 at 0x........: malloc (vg_replace_malloc.c:...)
50 at 0x........: malloc (vg_replace_malloc.c:...)
56 at 0x........: malloc (vg_replace_malloc.c:...
    [all...]
badrw.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:...)
badrw.stderr.exp-s390x-mvc 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:...)
  /external/valgrind/main/helgrind/tests/
bar_bad.c 38 bar1 = malloc(sizeof(pthread_barrier_t));
43 bar2 = malloc(sizeof(pthread_barrier_t));
50 bar3 = malloc(sizeof(pthread_barrier_t));
62 bar4 = malloc(sizeof(pthread_barrier_t));
77 bar5 = malloc(sizeof(pthread_barrier_t));
  /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/chromium_org/third_party/sqlite/src/test/
mallocC.test 12 # This file tests aspects of the malloc failure while parsing
35 # Run the SQL. Malloc number $::n is set to fail. A malloc() failure
51 # If $::n is greater than the number of malloc() calls required to
58 # Recover from the malloc failure.
60 # Update: The new malloc() failure handling means that a transaction may
61 # still be active even if a malloc() has failed. But when these tests were
  /external/chromium_org/tools/deep_memory_profiler/
policy.t0.json 120 "allocator": "malloc"
126 "allocator": "malloc"
132 "allocator": "malloc"
138 "allocator": "malloc"
144 "allocator": "malloc"
150 "allocator": "malloc"
156 "allocator": "malloc"
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 3 // itself call malloc(), and will fail if there is no more
9 // Check we can throw a bad_alloc exception when malloc dies.
41 extern "C" void *malloc (size_t size) function
79 r = malloc (size);
85 r = malloc (size);
112 __cxa_get_globals will try to call "malloc" when threads are in
117 thrown when malloc fails. */
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 3 // itself call malloc(), and will fail if there is no more
9 // Check we can throw a bad_alloc exception when malloc dies.
41 extern "C" void *malloc (size_t size) function
79 r = malloc (size);
85 r = malloc (size);
112 __cxa_get_globals will try to call "malloc" when threads are in
117 thrown when malloc fails. */
  /external/skia/gm/
valgrind.supp 31 fun:malloc
51 fun:malloc
89 fun:malloc
103 fun:malloc
131 fun:malloc
193 fun:malloc
264 fun:malloc
295 fun:malloc
434 fun:malloc
454 fun:malloc
    [all...]
  /external/skia/tests/
valgrind.supp 31 fun:malloc
51 fun:malloc
89 fun:malloc
103 fun:malloc
131 fun:malloc
193 fun:malloc
264 fun:malloc
295 fun:malloc
434 fun:malloc
454 fun:malloc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
malloc.h 1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
malloc.h 1 /* Prototypes and definition for malloc implementation.
50 extern void *malloc __MALLOC_P ((size_t __size)) __attribute_malloc__ __wur;
64 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
114 # define M_NLBLKS 2 /* UNUSED in this malloc */
117 # define M_GRAIN 3 /* UNUSED in this malloc */
120 # define M_KEEP 4 /* UNUSED in this malloc */
145 /* Record the state of all malloc variables in an opaque data structure. */
148 /* Restore the state of all malloc variables from data obtained with
152 /* Called once when malloc is initialized; redefining this variable in
174 #endif /* malloc.h *
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_osx.h 33 // Used to override malloc routines on OS X systems. We use the
34 // malloc-zone functionality built into OS X to register our malloc
37 // 1) We used to use the normal 'override weak libc malloc/etc'
46 // { (void *)tc_malloc, (void *)malloc },
52 // 3) Registering a new malloc zone avoids all these issues:
53 // http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
54 // http://www.opensource.apple.com/source/Libc/Libc-583/gen/malloc.c
55 // If we make tcmalloc the default malloc zone (undocumented bu
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
libc_override_osx.h 33 // Used to override malloc routines on OS X systems. We use the
34 // malloc-zone functionality built into OS X to register our malloc
37 // 1) We used to use the normal 'override weak libc malloc/etc'
46 // { (void *)tc_malloc, (void *)malloc },
52 // 3) Registering a new malloc zone avoids all these issues:
53 // http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
54 // http://www.opensource.apple.com/source/Libc/Libc-583/gen/malloc.c
55 // If we make tcmalloc the default malloc zone (undocumented bu
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 31 * routines that are used by malloc leak detection code and other components in
35 * more tricky, malloc leak detection code, implemented in
205 /* Support for malloc debugging.
208 * malloc routines should not be compiled at all.
212 /* Table for dispatching malloc calls, initialized with default dispatchers. */
219 /* Selector of dispatch table to use for dispatching malloc calls. */
222 extern "C" void* malloc(size_t bytes) { function
223 return __libc_malloc_dispatch->malloc(bytes);
246 /* We implement malloc debugging only in libc.so, so code below
255 /* Table for dispatching malloc calls, depending on environment. *
    [all...]
  /external/bison/lib/
xsize.h 37 void* p = malloc (header_size + n * element_size).
38 These computations can lead to overflow. When this happens, malloc()
43 malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc
45 or size_in_bounds_p() before invoking malloc().
48 void *p = (size_in_bounds_p (size) ? malloc (size) : NULL);
  /external/e2fsprogs/intl/
xsize.h 34 void* p = malloc (header_size + n * element_size).
35 These computations can lead to overflow. When this happens, malloc()
40 malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc
42 or size_in_bounds_p() before invoking malloc().
45 void *p = (size_in_bounds_p (size) ? malloc (size) : NULL);

Completed in 727 milliseconds

1 2 3 4 5 6 7 8 91011>>