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

  /src/external/gpl3/gdb/dist/gnulib/import/
malloca.c 28 /* The speed critical point in this file is freea() applied to an alloca()
30 mmalloca() and freea() in the other case are not critical, because they
48 /* Allocate one more word, used to determine the address to pass to freea(),
91 freea (void *p) function
malloca.h 56 extern void freea (void *p);
58 # define freea free macro
62 memory allocated on the stack, that must be freed using freea() before
76 _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC (freea, 1)
82 The array must be freed using freea() before the function returns. */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
malloca.c 28 /* The speed critical point in this file is freea() applied to an alloca()
30 mmalloca() and freea() in the other case are not critical, because they
48 /* Allocate one more word, used to determine the address to pass to freea(),
91 freea (void *p) function
malloca.h 56 extern void freea (void *p);
58 # define freea free macro
62 memory allocated on the stack, that must be freed using freea() before
76 _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC (freea, 1)
82 The array must be freed using freea() before the function returns. */
  /src/sys/arch/sh3/sh3/
mmu_sh3.c 128 uint32_t freea, matcha; local
164 matcha = freea = ~0;
176 freea = a;
187 else if ((int)freea >= 0) /* there's an invalid way, overwrite it */
188 a = freea;
  /src/external/gpl2/grep/dist/intl/
loadmsgcat.c 100 # define freea(p) /* nothing */ macro
103 # define freea(p) free (p) macro
232 freea (outcharset);
237 freea (charset);
localealias.c 97 # define freea(p) /* nothing */ macro
100 # define freea(p) free (p) macro
223 freea (full_fname);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
localealias.c 109 # define freea(p) /* nothing */ macro
112 # define freea(p) free (p) macro
241 freea (full_fname);
dcigettext.c 381 # define freea(p) /* nothing */ macro
412 # define freea(p) free (p) macro
588 freea (search);
1138 freea (outcharset);
1146 freea (charset);
loadmsgcat.c 479 # define freea(p) /* nothing */ macro
482 # define freea(p) free (p) macro
990 freea (sysdep_segment_values);
1041 freea (sysdep_segment_values);
1245 freea (sysdep_segment_values);
  /src/external/gpl2/texinfo/dist/intl/
localealias.c 109 # define freea(p) /* nothing */ macro
112 # define freea(p) free (p) macro
236 freea (full_fname);
dcigettext.c 327 # define freea(p) /* nothing */ macro
358 # define freea(p) free (p) macro
488 freea (search);
loadmsgcat.c 472 # define freea(p) /* nothing */ macro
475 # define freea(p) free (p) macro
872 freea (outcharset);
880 freea (charset);
1106 freea (sysdep_segment_values);
1157 freea (sysdep_segment_values);
1361 freea (sysdep_segment_values);
  /src/external/gpl3/gcc.old/dist/intl/
localealias.c 107 # define freea(p) /* nothing */ macro
110 # define freea(p) free (p) macro
237 freea (full_fname);
dcigettext.c 327 # define freea(p) /* nothing */ macro
358 # define freea(p) free (p) macro
493 freea (search);
loadmsgcat.c 470 # define freea(p) /* nothing */ macro
473 # define freea(p) free (p) macro
865 freea (outcharset);
873 freea (charset);
1099 freea (sysdep_segment_values);
1144 freea (sysdep_segment_values);
1253 freea (sysdep_segment_values);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-mo.c 55 #define freea(p) /* nothing */ macro
778 freea (null);

Completed in 83 milliseconds