Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -11/+11 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -6/+6 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -14/+14 |
| | | | | No meaningful changes. | ||||
* | [Rework] Use faster hashing approach for memory pools variables | Vsevolod Stakhov | 2020-01-27 | 1 | -1/+12 |
| | |||||
* | [Project] Support mempool flags | Vsevolod Stakhov | 2019-12-23 | 1 | -2/+3 |
| | |||||
* | [Project] Fix issues with mempool alloc/free | Vsevolod Stakhov | 2019-12-23 | 1 | -2/+1 |
| | |||||
* | [Minor] Improve align_ptr macro | Vsevolod Stakhov | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | [Project] Start reworking of the mempool structure | Vsevolod Stakhov | 2019-12-23 | 1 | -0/+81 |
- Hide implementation details - Pre-allocate one chain on start - Organize destructors as a list of structures - Use posix_memalign instead of malloc - Adjust allocation layout |