quakeforge/libs
Bill Currie 860f48d541 Clean up about 12000 allocations
Some of them were actual leaks, but tracking memory should be a lot
easier now. However, there's a lot of room for optimization of
allocations (eg, recylcling of hierarchies. There is now 1 active
allocation (according to tracy) when nq exits: Qgetline's string buffer
(I think an api change is in order).
2024-01-05 11:50:48 +09:00
..
audio Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
client Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
console Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
ecs [build] Implement tracy memory zones 2024-01-05 11:50:48 +09:00
gamecode Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
image Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
input Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
models Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
net Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
ruamoko [ecs] Implement hierarchies as components 2024-01-02 16:38:01 +09:00
scene Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
ui Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
util Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
video Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00