Searched refs:malloc (Results 1 - 25 of 2264) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloc.c0 /* malloc() function that is glibc compatible.
22 /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
23 #ifdef malloc
25 # undef malloc macro
33 /* Call the system's malloc below. */
34 #undef malloc macro
49 result = malloc (n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmalloc.c0 /* malloc() function that is glibc compatible.
22 /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
23 #ifdef malloc
25 # undef malloc macro
33 /* Call the system's malloc below. */
34 #undef malloc macro
49 result = malloc (n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmalloc.c0 /* malloc() function that is glibc compatible.
22 /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
23 #ifdef malloc
25 # undef malloc macro
33 /* Call the system's malloc below. */
34 #undef malloc macro
49 result = malloc (n);
H A Drealloc.c27 /* Infer the properties of the system's malloc function.
28 Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
29 #if GNULIB_MALLOC_GNU && !defined malloc
33 /* Below we want to call the system's malloc and realloc.
35 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */
36 #undef malloc macro
44 /* Below we want to call the system's malloc and realloc.
47 #undef malloc macro
52 use malloc. */
76 result = malloc (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmalloc.c0 /* malloc() function that is glibc compatible.
22 /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
23 #ifdef malloc
25 # undef malloc macro
33 /* Call the system's malloc below. */
34 #undef malloc macro
49 result = malloc (n);
H A Drealloc.c27 /* Infer the properties of the system's malloc function.
28 Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
29 #if GNULIB_MALLOC_GNU && !defined malloc
33 /* Below we want to call the system's malloc and realloc.
35 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */
36 #undef malloc macro
44 /* Below we want to call the system's malloc and realloc.
47 #undef malloc macro
52 use malloc. */
76 result = malloc (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1330.c38 char *ptr = malloc(1330);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dlibbb_udhcp.h25 #define xmalloc malloc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflxcfg.h21 # define nearmalloc malloc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Drealloc.c28 /* Infer the properties of the system's malloc function.
29 Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
30 #if GNULIB_MALLOC_GNU && !defined malloc
34 /* Below we want to call the system's malloc and realloc.
36 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */
37 #undef malloc macro
45 /* Below we want to call the system's malloc and realloc.
48 #undef malloc macro
53 use malloc. */
77 result = malloc (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dlibbb_udhcp.h25 #define xmalloc malloc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmemdbg.h83 * buffer to be used as the malloc arena:
102 #undef malloc
103 #define malloc(size) openvpn_dmalloc("logfile", x_msg_line_num, (size))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-glib/
H A Dglib-malloc.h25 /** \file glib-malloc.h GLib's memory allocator for Avahi */
30 #include <avahi-common/malloc.h>
H A DMakefile.am31 glib-malloc.h
43 glib-malloc.h glib-malloc.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-malloc.h25 /** \file glib-malloc.h GLib's memory allocator for Avahi */
30 #include <avahi-common/malloc.h>
H A DMakefile.am31 glib-malloc.h
43 glib-malloc.h glib-malloc.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrdup.c55 if (!(copy = malloc((u_int)len)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dstrdup.c18 if (new = (char *) malloc(strlen(string) + 1))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dstrdup.c41 p = (char *)malloc(strlen(str) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/local/include/lzo/
H A Dlzoutil.h61 #define lzo_alloc(a,b) (malloc((a)*(b)))
62 #define lzo_malloc(a) (malloc(a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/include/lzo/
H A Dlzoutil.h61 #define lzo_alloc(a,b) (malloc((a)*(b)))
62 #define lzo_malloc(a) (malloc(a))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmem.c33 #include <malloc.h>
41 #undef malloc macro
46 #define malloc AV_JOIN(MALLOC_PREFIX, malloc) macro
52 void *malloc(size_t size);
76 ptr = malloc(size+32);
109 BTW, malloc seems to do 8-byte alignment by default here.
112 ptr = malloc(size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemnobs.c11 * can be obtained from malloc().
23 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
24 extern void * malloc JPP((size_t size));
31 * routines malloc() and free().
37 return (void *) malloc(sizeofobject);
57 return (void FAR *) malloc(sizeofobject);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemnobs.c11 * can be obtained from malloc().
23 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
24 extern void * malloc JPP((size_t size));
31 * routines malloc() and free().
37 return (void *) malloc(sizeofobject);
57 return (void FAR *) malloc(sizeofobject);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dpppd_utils.c25 args[0]=(char *)malloc(strlen(ses->filt->pppd));
28 args[0]=(char *)malloc(strlen(_PATH_PPPD));
42 args[1]=(char *)malloc(strlen(buf));
51 args[i]=(char *)malloc(strlen("file"));
54 args[i]=(char *)malloc(strlen(ses->filt->fname)+1);
58 args[i]=(char *)malloc(strlen("call"));
61 args[i]=(char *)malloc(strlen(ses->filt->fname)+1);
70 args[i]=(char *)malloc(strlen("pppoe_ac_name"));
73 args[i]=(char *)malloc(ntohs(ses->filt->ntag->tag_len));
81 args[i]=(char *)malloc(strle
[all...]

Completed in 227 milliseconds

1234567891011>>