Home
last modified time | relevance | path

Searched refs:allocate_array (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/flex/
Dflexdef.h679 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 ) )
Dbuf.c258 allocate_array (n_alloc, buf->elt_size);
Dmisc.c169 void *allocate_array (size, element_size) in allocate_array() function
DChangeLog6113 * misc.c: Do #bytes computation in {re,}allocate_array() only once