Searched refs:malloc (Results 226 - 250 of 1169) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dfitblk.c147 blk = malloc(size + EXCESS);
186 tmp = malloc(size + EXCESS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.c192 /* Turbo C malloc() does not allow dynamic allocation of 64K bytes
295 extern voidp malloc OF((uInt size));
306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_session.c43 struct fuse_session *se = (struct fuse_session *) malloc(sizeof(*se));
124 struct fuse_chan *ch = (struct fuse_chan *) malloc(sizeof(*ch));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dscheduler.c148 (struct schedule_entry *) malloc (sizeof (struct schedule_entry));
153 q = (struct schedule_entry *) malloc (sizeof (struct schedule_entry));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample1.c81 ekey[0] = malloc(EVP_PKEY_size(pubKey[0]));
85 perror("malloc");
157 encryptKey = malloc(sizeof(char) * ekeylen);
161 perror("malloc");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c7 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
87 static void *malloc(int size);
104 static void *malloc(int size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c7 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
85 static void *malloc(int size);
102 static void *malloc(int size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dmem.c47 tempdir = malloc(strlen(dir) + 2);
49 fprintf(stderr, "Failed to malloc tempdir, "
174 tempname = malloc(MAXPATHLEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c9 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
98 static void *malloc(int size);
113 static void *malloc(int size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c7 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
80 static void *malloc(int size);
101 static void *malloc(int size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dfitblk.c147 blk = malloc(size + EXCESS);
186 tmp = malloc(size + EXCESS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.c192 /* Turbo C malloc() does not allow dynamic allocation of 64K bytes
295 extern voidp malloc OF((uInt size));
306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_linklist.c41 add = malloc (sizeof (struct linklist_node));
164 linklist = malloc (sizeof (struct linklist));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dmisc.c7 * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
85 static void *malloc(int size);
95 static void *malloc(int size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-parse.c63 /* malloc(), realloc(), free(). */
92 d->dir = (DIRECTIVE *) malloc (d_allocated * sizeof (DIRECTIVE));
118 : malloc (memory_size)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddebug.c28 # undef malloc macro
81 fprintf(stderr, "%s:%u: malloc(0)\n", file, line);
83 debug = malloc(sizeof(*debug) + size);
85 fprintf(stderr, "%s:%u: malloc(%lu) failed\n", file, line, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-wav.c151 tags = malloc(len+1);
199 *m = malloc(taglen + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddebug.c28 # undef malloc macro
81 fprintf(stderr, "%s:%u: malloc(0)\n", file, line);
83 debug = malloc(sizeof(*debug) + size);
85 fprintf(stderr, "%s:%u: malloc(%lu) failed\n", file, line, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc37 #include <avahi-common/malloc.h>
78 #include <avahi-glib/glib-malloc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_workload.h16 (key.data = malloc(key.size = config->ksize)) != NULL); \
71 (entry = malloc(sizeof(struct bench_qentry))) != NULL); \
96 * Same functionality as pop/insert, but saves a malloc/free
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Drelay6_parser.c40 msg = (struct msg_parser *) malloc (sizeof(struct msg_parser));
46 msg->buffer = (uint8_t *) malloc(MAX_DHCP_MSG_LENGTH*sizeof(uint8_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/nvram/
H A Dnvram_linux.c124 if (!(off = malloc(count)))
185 if (!(buf = malloc(count)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwapi_utils.c134 if ((buf = malloc(tmp_stat.st_size)) == NULL) {
135 perror("malloc");
225 if ((buf = malloc(mtd_hdr.len)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dutil.c30 ret = (void *)malloc(size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dvasprintf.c1 /* Like vsprintf but provides a pointer to malloc'd storage, which must
37 /* Add one to make sure that it is never zero, which might cause malloc
115 *result = malloc (total_width);

Completed in 171 milliseconds

1234567891011>>