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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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()" ) );
/netgear-R7000-V1.0.7.12_1.2.5/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 102 milliseconds