Files
neon/libs
Heikki Linnakangas 50fbf4ac53 Fix hash table initialization across forked processes
attach_writer()/reader() are called from each forked process. It's too
late to do initialization there, in fact we used to overwrite the
contents of the hash table (or at least the freelist?) every time a
new process attached to it. The initialization must be done earlier,
in the HashMapInit() constructors.
2025-07-04 23:08:34 +03:00
..
2025-07-03 14:18:14 +02:00
2025-07-03 14:42:35 +02:00
2025-07-03 11:51:19 +02:00