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

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
allocsa.h 52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define allocsa(N) \ macro
61 # define allocsa(N) \ macro
66 /* Free a block of memory allocated through allocsa(). */
74 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
allocsa.h 52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define allocsa(N) \ macro
61 # define allocsa(N) \ macro
66 /* Free a block of memory allocated through allocsa(). */
74 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
allocsa.h 52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define allocsa(N) \ macro
61 # define allocsa(N) \ macro
66 /* Free a block of memory allocated through allocsa(). */
74 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
  /src/external/gpl2/xcvs/dist/lib/
allocsa.h 46 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
50 # define allocsa(N) \ macro
55 # define allocsa(N) \ macro
60 /* Free a block of memory allocated through allocsa(). */
68 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)

Completed in 51 milliseconds