quakeforge/libs/gib
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
..
bi_gib.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
exp.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_buffer.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_builtin.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_classes.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_execute.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_function.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_handle.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_init.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_keys.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_object.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_parse.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_process.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
gib_regex.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_semantics.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_thread.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_tree.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
gib_vars.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
Makemodule.am [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
ops.c Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c [build] Fix some build issues caused by using tracy 2023-11-28 13:54:18 +09:00