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

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/main/memcheck/tests/
leak-tree.stderr.exp 6 at 0x........: malloc (vg_replace_malloc.c:...)
12 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));
varinfo1.c 24 char* undefp = malloc(1);
47 char* onheap = malloc(3);
xml1.c 8 int *a = malloc(10 * sizeof(int));
31 a = malloc(99 * sizeof(int));
mempool2.c 46 p = (pool *)malloc(sizeof(pool));
47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
65 l = (level_list *)malloc(sizeof(level_list));
121 // p1 is a malloc-backed pool
134 "\n------ out of range reads in malloc-backed pool ------\n\n");
144 "\n------ read free in malloc-backed pool ------\n\n");
154 "\n------ double free in malloc-backed pool ------\n\n");
mempool2.stderr.exp 2 ------ out of range reads in malloc-backed pool ------
40 ------ read free in malloc-backed pool ------
46 at 0x........: malloc (vg_replace_malloc.c:...)
57 Address 0x........ is not stack'd, malloc'd or (recently) free'd
60 ------ double free in malloc-backed pool ------
66 at 0x........: malloc (vg_replace_malloc.c:...)
77 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/dhcpcd/
ifaddrs.c 48 ifa = malloc(sizeof(struct ifaddrs));
53 ifa->ifa_name = malloc(strlen(name)+1);
62 saddr = malloc(sizeof(struct sockaddr_in));
70 smask = malloc(sizeof(struct sockaddr_in));
79 hwaddr = malloc(sizeof(struct sockaddr_ll));
  /external/jpeg/
jmem-ashmem.c 26 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
27 extern void * malloc JPP((size_t size));
33 * routines malloc() and free().
39 return (void *) malloc(sizeofobject);
59 return (void FAR *) malloc(sizeofobject);
jmemansi.c 20 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
21 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);
  /external/qemu/distrib/jpeg-6b/
jmem-ashmem.c 25 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
26 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);
jmemansi.c 20 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
21 extern void * malloc JPP((size_t size));
32 * routines malloc() and free().
38 return (void *) malloc(sizeofobject);
58 return (void FAR *) malloc(sizeofobject);
  /external/valgrind/main/gdbserver_tests/
mcleak.stderr.exp 6 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:...)
  /external/libsepol/src/
node_record.c 103 tmp_addr = malloc(4);
110 tmp_addr = malloc(16);
202 tmp_addr = malloc(INET_ADDRSTRLEN);
208 tmp_addr = malloc(INET6_ADDRSTRLEN);
293 tmp_key->addr = malloc(node->addr_sz);
294 tmp_key->mask = malloc(node->mask_sz);
393 char *tmp_buf = malloc(node->addr_sz);
438 char *tmp_addr = malloc(addr_sz);
482 char *tmp_buf = malloc(node->mask_sz);
527 char *tmp_mask = malloc(mask_sz)
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.h 30 * Contains declarations of types and constants used by malloc leak
70 /* Entry in malloc dispatch table. */
73 /* Address of the actual malloc routine. */
74 void* (*malloc)(size_t bytes); member in struct:MallocDebug
85 /* Malloc debugging initialization and finalization routines.
87 * These routines must be implemented in .so modules that implement malloc
91 * They are implemented in bionic/libc/bionic/malloc_debug_common.c when malloc
  /external/e2fsprogs/e2fsck/
jfs_user.h 55 #define kmem_cache_alloc(cache,flags) malloc((cache)->object_length)
59 #define kmalloc(len,flags) malloc(len)
97 new_cache = malloc(sizeof(*new_cache));
  /external/e2fsprogs/intl/
os2compat.c 60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1);
  /external/expat/amiga/
stdlib.c 29 void * malloc (size_t len) function
46 return malloc(len2);
54 void * new_mem = malloc(len2);
  /external/llvm/test/Transforms/GlobalOpt/
2009-11-16-BrokenPerformHeapAllocSRoA.ll 19 %4 = tail call i8* @malloc(i64 %3) ; <i8*> [#uses=1]
20 ; CHECK: call i8* @malloc(i64
26 declare noalias i8* @malloc(i64)
  /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/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
  /frameworks/compile/libbcc/tests/data/src/
casts.c 20 int px = (int) malloc(120);
59 int px = (int) malloc(120);
67 int px = (int) malloc(120);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libmemusage.so 

Completed in 806 milliseconds

1 2 3 4 5 6 7 891011>>