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

  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 43 /* 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 ) )
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
fixit.l 19 "allocate_array" printf("allocarr");
unfixit.l 22 "allocarr" printf("allocate_array");
  /external/webkit/Tools/android/flex-2.5.4a/
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()" ) );
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...]
  /prebuilt/linux-x86/flex/
flex-2.5.4a 

Completed in 363 milliseconds