quakeforge/libs/console
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
..
test [build] Implement tracy memory zones 2024-01-05 11:50:48 +09:00
bi_inputline.c [console] Clean up bitrot surrounding inputline 2023-12-21 10:27:47 +09:00
buffer.c [console] Add a function to clear the scroll-back buffer 2022-09-20 12:14:01 +09:00
cl_debug.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
client.c [console] Clamp min charbuf size to 1x1 2024-01-03 12:39:54 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
filelist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
Makemodule.am [console] Start work on a debug UI 2023-07-01 20:00:26 +09:00
menu.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
server.c [ecs] Implement hierarchies as components 2024-01-02 16:38:01 +09:00