HomeSort by: relevance | last modified time | path
    Searched defs:malloca (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
malloca.h 54 /* Free a block of memory allocated through malloca(). */
61 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
65 # define malloca(N) \ macro
72 # define malloca(N) \ macro
79 /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S).
84 (xalloc_oversized (n, s) ? NULL : malloca ((n) * (size_t) (s)))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
malloca.h 54 /* Free a block of memory allocated through malloca(). */
61 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
65 # define malloca(N) \ macro
72 # define malloca(N) \ macro
79 /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S).
84 (xalloc_oversized (n, s) ? NULL : malloca ((n) * (size_t) (s)))

Completed in 30 milliseconds