HomeSort by relevance Sort by last modified time
    Searched refs:allocate_array (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 655 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 ) )
    [all...]
misc.c 79 /* 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 2212 milliseconds