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

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
allocsa.h 53 memory allocated on the stack, that must be freed using freesa() before
68 extern void freesa (void *p);
70 # define freesa free macro
allocsa.c 24 /* The speed critical point in this file is freesa() applied to an alloca()
26 mallocsa() and freesa() in the other case are not critical, because they
36 to a bug in freesa(), because:
39 not call freesa() on it anyway.
41 must be freed. The only function that can free it is freesa(), and
42 when freesa() frees it, it also removes it from the hash table. */
69 memory, so that freesa() of an alloca() result is fast. */
106 freesa (void *p) function
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
allocsa.h 53 memory allocated on the stack, that must be freed using freesa() before
68 extern void freesa (void *p);
70 # define freesa free macro
allocsa.c 24 /* The speed critical point in this file is freesa() applied to an alloca()
26 mallocsa() and freesa() in the other case are not critical, because they
36 to a bug in freesa(), because:
39 not call freesa() on it anyway.
41 must be freed. The only function that can free it is freesa(), and
42 when freesa() frees it, it also removes it from the hash table. */
69 memory, so that freesa() of an alloca() result is fast. */
106 freesa (void *p) function
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
allocsa.h 53 memory allocated on the stack, that must be freed using freesa() before
68 extern void freesa (void *p);
70 # define freesa free macro
allocsa.c 24 /* The speed critical point in this file is freesa() applied to an alloca()
26 mallocsa() and freesa() in the other case are not critical, because they
36 to a bug in freesa(), because:
39 not call freesa() on it anyway.
41 must be freed. The only function that can free it is freesa(), and
42 when freesa() frees it, it also removes it from the hash table. */
69 memory, so that freesa() of an alloca() result is fast. */
106 freesa (void *p) function
  /src/external/gpl2/xcvs/dist/lib/
allocsa.h 47 memory allocated on the stack, that must be freed using freesa() before
62 extern void freesa (void *p);
64 # define freesa free macro
allocsa.c 29 /* The speed critical point in this file is freesa() applied to an alloca()
31 mallocsa() and freesa() in the other case are not critical, because they
41 to a bug in freesa(), because:
44 not call freesa() on it anyway.
46 must be freed. The only function that can free it is freesa(), and
47 when freesa() frees it, it also removes it from the hash table. */
74 memory, so that freesa() of an alloca() result is fast. */
111 freesa (void *p) function

Completed in 26 milliseconds