Searched refs:malloc (Results 26 - 50 of 1169) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmem.c33 #include <malloc.h>
40 #undef malloc macro
59 ptr = malloc(size+16);
94 BTW, malloc seems to do 8-byte alignment by default here.
97 ptr = malloc(size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmisc.c31 p = malloc(size);
33 ntfs_log_perror("Failed to malloc %lld bytes", (long long)size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dalloca.in.h42 # include <malloc.h>
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dmem_utils.c14 ptr = malloc(size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dalloca_.h45 # include <malloc.h>
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
55 p = malloc ((size_t) 1);
68 p = malloc (n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dfindme.c21 local = start = pathbuf = malloc(strlen(path) + 1);
22 buf = malloc(strlen(path) + strlen(argv0) + 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmfetch.c66 return_val.dptr = (char *) malloc (1);
68 return_val.dptr = (char *) malloc (return_val.dsize);
69 if (return_val.dptr == NULL) _gdbm_fatal (dbf, "malloc error");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dalloc.h34 #include <stdlib.h> /* for size_t, malloc(), etc */
51 /* avoid malloc()ing 0 bytes, see:
56 /* malloc(0) is undefined; FLAC src convention is to always allocate */
59 return malloc(size);
65 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
111 return malloc(size1*size2);
119 return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
122 return malloc(size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
51 p = malloc ((size_t) 1);
64 p = malloc (n);
82 p = malloc (n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A DMakefile6 malloc.html pagesize.html re_source.html recno.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dglobals.c28 if ((p = malloc(sizeof(DB_GLOBALS))) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern.h25 extern void *malloc(int size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
51 p = malloc ((size_t) 1);
64 p = malloc (n);
82 p = malloc (n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-strcasestr.c74 char *haystack = (char *) malloc (m + 1);
98 char *needle = (char *) malloc (m + 1);
116 char *haystack = (char *) malloc (2 * m + 2);
117 char *needle = (char *) malloc (m + 2);
H A Dtest-c-strstr.c73 char *haystack = (char *) malloc (m + 1);
97 char *needle = (char *) malloc (m + 1);
115 char *haystack = (char *) malloc (2 * m + 2);
116 char *needle = (char *) malloc (m + 2);
H A Dtest-mbsstr1.c74 char *haystack = (char *) malloc (m + 1);
98 char *needle = (char *) malloc (m + 1);
116 char *haystack = (char *) malloc (2 * m + 2);
117 char *needle = (char *) malloc (m + 2);
H A Dtest-mbsstr2.c83 char *haystack = (char *) malloc (m + 1);
111 char *needle = (char *) malloc (m + 1);
129 char *haystack = (char *) malloc (2 * m + 3);
130 char *needle = (char *) malloc (m + 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dstrdup.c38 /* Duplicate S, returning an identical malloc'd string. */
43 void *new = malloc (len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dos2compat.c60 _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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
51 p = malloc ((size_t) 1);
64 p = malloc (n);
82 p = malloc (n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dstdlib.c29 void * malloc (size_t len) function
46 return malloc(len2);
54 void * new_mem = malloc(len2);

Completed in 213 milliseconds

1234567891011>>