Searched refs:allocate_array (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dflexdef.h655 void *allocate_array PROTO((int, size_t));
663 (int *) allocate_array( size, sizeof( int ) )
669 (int **) allocate_array( size, sizeof( int * ) )
672 (char **) allocate_array( size, sizeof( char * ) )
676 allocate_array( size, sizeof( union dfaacc_union ) )
689 (char *) allocate_array( size, sizeof( char ) )
695 (Char *) allocate_array( size, sizeof( Char ) )
H A Dmisc.c79 /* allocate_array - allocate memory for an integer array of the given size */
81 void *allocate_array( size, element_size ) function
91 _( "memory allocation failed in allocate_array()" ) );

Completed in 43 milliseconds