X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftest_urcu_hash.c;h=49239609d30ef1f8c33f7e0207312c3193ae820b;hb=5dc00396dd80106b6b17d210f7bbf5c69904f76f;hp=e77a7aad296b4fabd3a2b711737f46d25f17cec6;hpb=d837911d1b4bf6d5fc569bfdebd9fc8a3c61a6d2;p=urcu.git diff --git a/tests/test_urcu_hash.c b/tests/test_urcu_hash.c index e77a7aa..4923960 100644 --- a/tests/test_urcu_hash.c +++ b/tests/test_urcu_hash.c @@ -734,6 +734,12 @@ int main(int argc, char **argv) add_only ? " add only" : " add/remove", add_unique ? " uniquify" : ""); printf_verbose("Initial hash table size: %lu buckets.\n", init_hash_size); + printf_verbose("Init pool size offset %lu size %lu.\n", + init_pool_offset, init_pool_size); + printf_verbose("Lookup pool size offset %lu size %lu.\n", + lookup_pool_offset, lookup_pool_size); + printf_verbose("Update pool size offset %lu size %lu.\n", + write_pool_offset, write_pool_size); printf_verbose("thread %-6s, thread id : %lx, tid %lu\n", "main", pthread_self(), (unsigned long)gettid());