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

  /src/external/gpl3/gdb/dist/gnulib/import/
flexmember.h 25 /* Nonzero multiple of alignment of TYPE, suitable for FLEXSIZEOF below.
42 struct s *p = malloc (FLEXSIZEOF (struct s, d, n * sizeof (char)));
44 FLEXSIZEOF (TYPE, MEMBER, N) is not simply (sizeof (TYPE) + N),
52 whereas malloc (FLEXSIZEOF (struct s, d, 3 * sizeof (char))) is
58 #define FLEXSIZEOF(type, member, n) \
  /src/external/gpl3/gdb.old/dist/gnulib/import/
flexmember.h 25 /* Nonzero multiple of alignment of TYPE, suitable for FLEXSIZEOF below.
42 struct s *p = malloc (FLEXSIZEOF (struct s, d, n * sizeof (char)));
44 FLEXSIZEOF (TYPE, MEMBER, N) is not simply (sizeof (TYPE) + N),
52 whereas malloc (FLEXSIZEOF (struct s, d, 3 * sizeof (char))) is
58 #define FLEXSIZEOF(type, member, n) \

Completed in 34 milliseconds