quakeforge/libs/image
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
..
convert.c Merge master into csqc-improvements 2021-03-25 22:01:31 +09:00
image.c [image] Add function to get image memory size 2021-04-25 08:38:13 +09:00
Makemodule.am [build] Get make distcheck working again 2021-03-29 17:35:30 +09:00
pcx.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
png.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
tga.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00