Searched refs:allocate_array (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/flex/ |
| D | flexdef.h | 679 void *allocate_array PROTO ((int, size_t)); 687 (int *) allocate_array( size, sizeof( int ) ) 693 (bool *) allocate_array( size, sizeof( bool ) ) 699 (int **) allocate_array( size, sizeof( int * ) ) 702 (char **) allocate_array( size, sizeof( char * ) ) 706 allocate_array( size, sizeof( union dfaacc_union ) ) 719 (char *) allocate_array( size, sizeof( char ) ) 725 (Char *) allocate_array( size, sizeof( Char ) )
|
| D | buf.c | 258 allocate_array (n_alloc, buf->elt_size);
|
| D | misc.c | 169 void *allocate_array (size, element_size) in allocate_array() function
|
| D | ChangeLog | 6113 * misc.c: Do #bytes computation in {re,}allocate_array() only once
|