Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-mempool.c407 #define FREE_ARRAY_SIZE 512 in time_for_size() macro
408 #define N_ITERATIONS FREE_ARRAY_SIZE * 512 in time_for_size()
409 void *to_free[FREE_ARRAY_SIZE]; in time_for_size()
427 if (j == FREE_ARRAY_SIZE) in time_for_size()
430 while (j < FREE_ARRAY_SIZE) in time_for_size()
464 if (j == FREE_ARRAY_SIZE) in time_for_size()
467 while (j < FREE_ARRAY_SIZE) in time_for_size()
499 if (j == FREE_ARRAY_SIZE) in time_for_size()
502 while (j < FREE_ARRAY_SIZE) in time_for_size()
534 if (j == FREE_ARRAY_SIZE) in time_for_size()
[all …]