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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
H A Dstdlib.in.h59 # undef malloc macro
60 # define malloc rpl_malloc macro
61 extern void * malloc (size_t size);
64 # undef malloc macro
65 # define malloc(s) \ macro
66 (GL_LINK_WARNING ("malloc is not POSIX compliant everywhere - " \
67 "use gnulib module malloc-posix for portability"), \
68 malloc (s))
H A Dalloca.in.h42 # include <malloc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]
H A Dstdlib.in.h59 # undef malloc macro
60 # define malloc rpl_malloc macro
61 extern void * malloc (size_t size);
64 # undef malloc macro
65 # define malloc(s) \ macro
66 (GL_LINK_WARNING ("malloc is not POSIX compliant everywhere - " \
67 "use gnulib module malloc-posix for portability"), \
68 malloc (s))
H A Dalloca.in.h42 # include <malloc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]
H A Dstdlib.in.h59 # undef malloc macro
60 # define malloc rpl_malloc macro
61 extern void * malloc (size_t size);
64 # undef malloc macro
65 # define malloc(s) \ macro
66 (GL_LINK_WARNING ("malloc is not POSIX compliant everywhere - " \
67 "use gnulib module malloc-posix for portability"), \
68 malloc (s))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dlibbb_udhcp.h25 #define xmalloc malloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
H A Dglib-malloc.c27 #include <avahi-common/malloc.h>
29 #include "glib-malloc.h"
49 allocator.malloc = malloc_glue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrdup.c55 if (!(copy = malloc((u_int)len)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dstrdup.c18 if (new = (char *) malloc(strlen(string) + 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dstrdup.c18 if (new = (char *) malloc(strlen(string) + 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_memory.h38 #undef malloc macro
39 #define malloc(size) Curl_cmalloc(size) macro
H A Dfileinfo.c37 struct curl_fileinfo *tmp = malloc(sizeof(struct curl_fileinfo));
H A Dstrdup.c41 newstr = malloc((len+1)*sizeof(char));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsec_ctx_utils.c35 *groups = malloc(*ngroups * sizeof(gid_t));
38 printf("FAIL: malloc random grouplist\n");
55 actual_groups = (gid_t *)malloc(actual_ngroups * sizeof(gid_t));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/Macintosh/
H A Dxmalloc.c1 /* xmalloc.c -- malloc with out of memory checking
21 char *malloc ();
40 p = malloc (n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dalloca.in.h44 # include <malloc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dalloca.in.h42 # include <malloc.h>

Completed in 172 milliseconds

1234567891011>>