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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/srclib/
H A Dmalloca.h59 : mmalloca (N))
62 mmalloca (N)
64 extern void * mmalloca (size_t n);
H A Dmalloca.c29 mmalloca() and freea() in the other case are not critical, because they
34 /* Store the mmalloca() results in a hash table. This is needed to reliably
35 distinguish a mmalloca() result and an alloca() result.
38 by mmalloca() at different times in the same application, it does not lead
43 - Before a pointer returned by mmalloca() can point into the stack, it
67 mmalloca (size_t n) function
110 /* mmalloca() may have returned NULL. */
113 /* Attempt to quickly distinguish the mmalloca() result - which has
119 /* Looks like a mmalloca() result. To see whether it really is one,
136 /* At this point, we know it was not a mmalloca() resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/srclib/
H A Dmalloca.h59 : mmalloca (N))
62 mmalloca (N)
64 extern void * mmalloca (size_t n);
H A Dmalloca.c29 mmalloca() and freea() in the other case are not critical, because they
34 /* Store the mmalloca() results in a hash table. This is needed to reliably
35 distinguish a mmalloca() result and an alloca() result.
38 by mmalloca() at different times in the same application, it does not lead
43 - Before a pointer returned by mmalloca() can point into the stack, it
67 mmalloca (size_t n) function
110 /* mmalloca() may have returned NULL. */
113 /* Attempt to quickly distinguish the mmalloca() result - which has
119 /* Looks like a mmalloca() result. To see whether it really is one,
136 /* At this point, we know it was not a mmalloca() resul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srclib/
H A Dmalloca.h59 : mmalloca (N))
62 mmalloca (N)
64 extern void * mmalloca (size_t n);
H A Dmalloca.c29 mmalloca() and freea() in the other case are not critical, because they
34 /* Store the mmalloca() results in a hash table. This is needed to reliably
35 distinguish a mmalloca() result and an alloca() result.
38 by mmalloca() at different times in the same application, it does not lead
43 - Before a pointer returned by mmalloca() can point into the stack, it
67 mmalloca (size_t n) function
110 /* mmalloca() may have returned NULL. */
113 /* Attempt to quickly distinguish the mmalloca() result - which has
119 /* Looks like a mmalloca() result. To see whether it really is one,
136 /* At this point, we know it was not a mmalloca() resul
[all...]

Completed in 61 milliseconds