Searched refs:mmalloca (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxmalloca.c30 p = mmalloca (n);
H A Dmalloca.h59 : mmalloca (N))
62 mmalloca (N)
64 extern void * mmalloca (size_t n);
H A Dmalloca.c26 mmalloca() and freea() in the other case are not critical, because they
31 /* Store the mmalloca() results in a hash table. This is needed to reliably
32 distinguish a mmalloca() result and an alloca() result.
35 by mmalloca() at different times in the same application, it does not lead
40 - Before a pointer returned by mmalloca() can point into the stack, it
65 mmalloca (size_t n) function
108 /* mmalloca() may have returned NULL. */
111 /* Attempt to quickly distinguish the mmalloca() result - which has
117 /* Looks like a mmalloca() result. To see whether it really is one,
134 /* At this point, we know it was not a mmalloca() resul
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxmalloca.c30 p = mmalloca (n);
H A Dmalloca.h59 : mmalloca (N))
62 mmalloca (N)
64 extern void * mmalloca (size_t n);
H A Dmalloca.c26 mmalloca() and freea() in the other case are not critical, because they
31 /* Store the mmalloca() results in a hash table. This is needed to reliably
32 distinguish a mmalloca() result and an alloca() result.
35 by mmalloca() at different times in the same application, it does not lead
40 - Before a pointer returned by mmalloca() can point into the stack, it
65 mmalloca (size_t n) function
108 /* mmalloca() may have returned NULL. */
111 /* Attempt to quickly distinguish the mmalloca() result - which has
117 /* Looks like a mmalloca() result. To see whether it really is one,
134 /* At this point, we know it was not a mmalloca() resul
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloca.h59 : mmalloca (N))
62 mmalloca (N)
64 extern void * mmalloca (size_t n);
H A Dmalloca.c26 mmalloca() and freea() in the other case are not critical, because they
31 /* Store the mmalloca() results in a hash table. This is needed to reliably
32 distinguish a mmalloca() result and an alloca() result.
35 by mmalloca() at different times in the same application, it does not lead
40 - Before a pointer returned by mmalloca() can point into the stack, it
65 mmalloca (size_t n) function
108 /* mmalloca() may have returned NULL. */
111 /* Attempt to quickly distinguish the mmalloca() result - which has
117 /* Looks like a mmalloca() result. To see whether it really is one,
134 /* At this point, we know it was not a mmalloca() resul
[all...]

Completed in 89 milliseconds