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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mempool.c464 #define FREE_ARRAY_SIZE 512 macro
465 #define N_ITERATIONS FREE_ARRAY_SIZE * 512
466 void *to_free[FREE_ARRAY_SIZE];
484 if (j == FREE_ARRAY_SIZE)
487 while (j < FREE_ARRAY_SIZE)
521 if (j == FREE_ARRAY_SIZE)
524 while (j < FREE_ARRAY_SIZE)
556 if (j == FREE_ARRAY_SIZE)
559 while (j < FREE_ARRAY_SIZE)
591 if (j == FREE_ARRAY_SIZE)
[all...]

Completed in 66 milliseconds