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

  /external/bluetooth/glib/tests/
slice-test.c 27 static guint number_of_blocks = 10000; /* total number of blocks allocated */ variable
104 ps = g_new (guint8*, number_of_blocks);
105 ss = g_new (guint, number_of_blocks);
106 /* create number_of_blocks random sizes */
107 for (i = 0; i < number_of_blocks; i++)
109 /* allocate number_of_blocks blocks */
110 for (i = 0; i < number_of_blocks; i++)
114 /* free number_of_blocks/2 blocks */
115 for (i = 0; i < number_of_blocks; i += 2)
117 /* allocate number_of_blocks/2 blocks with new sizes *
    [all...]

Completed in 23 milliseconds