Does glib hash table support multi thread. Is it thread safe hash table.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

#pragma omp parallel for private(i) shared(pdt_a)
        for(i=0;i<psize;i++)
                pdt_a[i]= g_hash_table_new(g_str_hash, compare_strings);
It gives the following errors. Somebody can help me out of here. How do i make this hashtable thread safe?

GLib-ERROR **: gmem.c:154: failed to allocate 137438953456 bytes
aborting...


--
Qingpeng Niu
Department of Computer Science and Engineering at OSU
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux