quakeforge/libs/input
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
..
evdev [input] Initialize the axis/button callback fields 2022-09-22 09:35:57 +09:00
in_axis.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
in_binding.c [input] Delay event system init 2023-09-21 02:02:12 +09:00
in_button.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
in_common.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
in_evdev.c [input] Delay event system init 2023-09-21 02:02:12 +09:00
in_event.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
in_imt.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
keys.c [input] Clean out a lot of obsolete stuff from keys 2021-11-27 12:31:24 +09:00
Makemodule.am [input] Clean out a lot of obsolete stuff from keys 2021-11-27 12:31:24 +09:00