Searched refs:mallocsa (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dallocsa.h53 : mallocsa (N))
56 mallocsa (N)
58 extern void * mallocsa (size_t n);
H A Dallocsa.c28 mallocsa() and freesa() in the other case are not critical, because they
33 /* Store the mallocsa() results in a hash table. This is needed to reliably
34 distinguish a mallocsa() result and an alloca() result.
37 by mallocsa() at different times in the same application, it does not lead
42 - Before a pointer returned by mallocsa() can point into the stack, it
67 mallocsa (size_t n) function
110 /* mallocsa() may have returned NULL. */
113 /* Attempt to quickly distinguish the mallocsa() result - which has
119 /* Looks like a mallocsa() result. To see whether it really is one,
136 /* At this point, we know it was not a mallocsa() resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dallocsa.h59 : mallocsa (N))
62 mallocsa (N)
64 extern void * mallocsa (size_t n);
H A Dallocsa.c28 mallocsa() and freesa() in the other case are not critical, because they
33 /* Store the mallocsa() results in a hash table. This is needed to reliably
34 distinguish a mallocsa() result and an alloca() result.
37 by mallocsa() at different times in the same application, it does not lead
42 - Before a pointer returned by mallocsa() can point into the stack, it
67 mallocsa (size_t n) function
110 /* mallocsa() may have returned NULL. */
113 /* Attempt to quickly distinguish the mallocsa() result - which has
119 /* Looks like a mallocsa() result. To see whether it really is one,
136 /* At this point, we know it was not a mallocsa() resul
[all...]

Completed in 148 milliseconds