Searched refs:allocate_array (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/flex/src/ |
H A D | flexdef.h | 638 void *allocate_array(int, size_t); 642 allocate_array(size, sizeof(int)) 648 allocate_array(size, sizeof(bool)) 654 allocate_array(size, sizeof(int *)) 657 allocate_array(size, sizeof(char *)) 660 allocate_array(size, sizeof(union dfaacc_union)) 672 allocate_array( size, sizeof(char)) 678 allocate_array(size, sizeof(unsigned char))
|
H A D | buf.c | 253 allocate_array ((int) n_alloc, buf->elt_size); in buf_append()
|
H A D | misc.c | 142 void *allocate_array (int size, size_t element_size) in allocate_array() function
|