Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | Workaround for the warning in nxt_realloc() on GCC 12. | Zhidao HONG | 1 | -3/+10 | |
This closes #639 issue on Github. | |||||
2020-09-29 | Wrapping libunit's malloc() and free() calls for logging purposes. | Max Romanov | 1 | -0/+16 | |
This change aids heap usage analysis in applications. The alloc and free functions are also required for lvlhash due to the upcoming threading support, because using main nxt_memalign() and nxt_free() isn't safe in a multithreaded app environment. The reason is that these functions may use thread-local structures which aren't initialized properly in applications. | |||||
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -17/+13 | |