quakeforge/libs/net
Bill Currie 54604d9aa2 [util] Make hunk (optionally) thread-safe
For now, the functions check for a null hunk pointer and use the global
hunk (initialized via Memory_Init) if necessary. However, Hunk_Init is
available (and used by Memory_Init) to create a hunk from any arbitrary
memory block. So long as that block is 64-byte aligned, allocations
within the hunk will remain 64-byte aligned.
2021-07-29 11:43:27 +09:00
..
nc [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
nm [net] Move found host caching into net_main 2021-04-04 18:38:14 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
net_chan.c [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
net_main.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00