DYNARRAY_PREFIX 76 lib/dynarray.h DYNARRAY_PREFIX##init (struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 82 lib/dynarray.h DYNARRAY_PREFIX##free (struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 88 lib/dynarray.h DYNARRAY_PREFIX##has_failed (const struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 95 lib/dynarray.h DYNARRAY_PREFIX##mark_failed (struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 102 lib/dynarray.h DYNARRAY_PREFIX##size (const struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 110 lib/dynarray.h DYNARRAY_PREFIX##begin (const struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 118 lib/dynarray.h DYNARRAY_PREFIX##end (const struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 125 lib/dynarray.h DYNARRAY_PREFIX##at (struct DYNARRAY_STRUCT *list, size_t index); DYNARRAY_PREFIX 133 lib/dynarray.h DYNARRAY_PREFIX##add (struct DYNARRAY_STRUCT *list, DYNARRAY_PREFIX 142 lib/dynarray.h DYNARRAY_PREFIX##emplace (struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 151 lib/dynarray.h DYNARRAY_PREFIX##resize (struct DYNARRAY_STRUCT *list, size_t size); DYNARRAY_PREFIX 157 lib/dynarray.h DYNARRAY_PREFIX##remove_last (struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 164 lib/dynarray.h DYNARRAY_PREFIX##clear (struct DYNARRAY_STRUCT *list); DYNARRAY_PREFIX 176 lib/dynarray.h DYNARRAY_PREFIX##finalize (struct DYNARRAY_STRUCT *list, DYNARRAY_PREFIX 189 lib/dynarray.h DYNARRAY_PREFIX##finalize (struct DYNARRAY_STRUCT *list, DYNARRAY_PREFIX 258 lib/dynarray.h #if defined DYNARRAY_STRUCT || defined DYNARRAY_ELEMENT || defined DYNARRAY_PREFIX DYNARRAY_PREFIX 102 lib/malloc/dynarray-skeleton.c #ifndef DYNARRAY_PREFIX DYNARRAY_PREFIX 151 lib/malloc/dynarray-skeleton.c #define DYNARRAY_NAME(name) DYNARRAY_CONCAT1(DYNARRAY_PREFIX, name)