Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-29 | Wrapping libunit's malloc() and free() calls for logging purposes. | Max Romanov | 1 | -14/+0 | |
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-29 | nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init(). | Igor Sysoev | 1 | -0/+2 | |
2018-03-29 | nxt_lvlhsh_retrieve(). | Igor Sysoev | 1 | -22/+90 | |
2018-03-29 | nxt_lvlhsh_peek(). | Igor Sysoev | 1 | -0/+78 | |
2017-06-23 | Style and comment fixes. | Igor Sysoev | 1 | -2/+2 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -16/+9 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+890 | |