Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | FIX back ports | bigbear | |
2019-10-24 | auto_free: quiet glib warning about freeing timer when auto_free was never used | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-10 | auto_free: update with auto_free_on_exit(), use to free arm_ids_file in ↵ | Burt P | |
arm_data.c Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-29 | replace idle_free() with auto_free() from sysobj | Burt P | |
* auto_free() works in both report mode and gui mode. * auto_free() only creates one recuring event for the whole system rather than idle_free()'s one event per call. * auto_free_ex() allows specifying the free function to use. * auto_free() is thread-aware, free_auto_free_thread_final() can be used to clean up on thread exit. * auto_free() has some tweakability. Signed-off-by: Burt P <pburt0@gmail.com> |