Searched refs:nmalloca (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmalloca.h77 /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S).
81 #define nmalloca(n, s) (xalloc_oversized (n, s) ? NULL : malloca ((n) * (s))) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmalloca.h79 /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S).
83 #define nmalloca(n, s) \ macro

Completed in 76 milliseconds