Home
last modified time | relevance | path

Searched refs:DYNARRAY_ELEMENT_INIT (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Ddynarray-skeleton.c325 #if defined (DYNARRAY_ELEMENT_INIT) in DYNARRAY_NAME()
326 DYNARRAY_ELEMENT_INIT (result); in DYNARRAY_NAME()
354 #if !(defined (DYNARRAY_ELEMENT_INIT) || defined (DYNARRAY_ELEMENT_FREE))
382 #if defined (DYNARRAY_ELEMENT_INIT) in DYNARRAY_NAME()
391 DYNARRAY_ELEMENT_INIT (&list->u.dynarray_header.array[i]); in DYNARRAY_NAME()
523 #undef DYNARRAY_ELEMENT_INIT
A Dtst-dynarray.c28 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 17) macro
40 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 23) macro

Completed in 9 milliseconds