Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-mempool.c464 #define FREE_ARRAY_SIZE 512 in time_for_size() macro
465 #define N_ITERATIONS FREE_ARRAY_SIZE * 512 in time_for_size()
466 void *to_free[FREE_ARRAY_SIZE]; in time_for_size()
484 if (j == FREE_ARRAY_SIZE) in time_for_size()
487 while (j < FREE_ARRAY_SIZE) in time_for_size()
521 if (j == FREE_ARRAY_SIZE) in time_for_size()
524 while (j < FREE_ARRAY_SIZE) in time_for_size()
556 if (j == FREE_ARRAY_SIZE) in time_for_size()
559 while (j < FREE_ARRAY_SIZE) in time_for_size()
591 if (j == FREE_ARRAY_SIZE) in time_for_size()
[all …]