Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
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 ) )
Dmisc.c81 void *allocate_array( size, element_size ) in allocate_array() function
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.443 /* allocate_array - allocate memory for an integer array of the given size */
45 void *allocate_array( size, element_size )
74 /* Same worry as in allocate_array(): */
238 void *allocate_array PROTO((int, int));
241 +void *allocate_array PROTO((size_t, size_t));
255 (int *) allocate_array( size, sizeof( int ) )