Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
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
Dtst-dynarray.c28 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 17) macro
40 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 23) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.2331536 [ (DYNARRAY_ELEMENT_INIT) || (DYNARRAY_ELEMENT_FREE)](nonnull): Remove function.
31537 [ (DYNARRAY_ELEMENT_INIT) || (DYNARRAY_ELEMENT_FREE)](DYNARRAY_NAME): New function.
31540 [!( (DYNARRAY_ELEMENT_INIT) || (DYNARRAY_ELEMENT_FREE))](nonnull): Remove function.
31541 [!( (DYNARRAY_ELEMENT_INIT) || (DYNARRAY_ELEMENT_FREE))](DYNARRAY_NAME): New function.