Home
last modified time | relevance | path

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

/malloc/
A Ddynarray-skeleton.c106 #ifdef DYNARRAY_INITIAL_SIZE
107 # if DYNARRAY_INITIAL_SIZE < 0
110 # if DYNARRAY_INITIAL_SIZE > 0
118 # define DYNARRAY_INITIAL_SIZE \ macro
142 DYNARRAY_ELEMENT scratch[DYNARRAY_INITIAL_SIZE];
200 list->u.dynarray_header.allocated = DYNARRAY_INITIAL_SIZE; in DYNARRAY_NAME()
524 #undef DYNARRAY_INITIAL_SIZE
A Dtst-dynarray.c42 #define DYNARRAY_INITIAL_SIZE 0 macro
48 #define DYNARRAY_INITIAL_SIZE 128 macro

Completed in 6 milliseconds