Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 1 | -8/+2 |
| | | | | | We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine | ||||
* | Allow gathering memory stats on non-jemalloc Linux | Jonas Schievink | 2020-07-21 | 1 | -10/+15 |
| | |||||
* | Even if jemalloc feature is used do not use it on msvc | kjeremy | 2019-11-14 | 1 | -2/+2 |
| | | | | Fixes #2233 | ||||
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | jemallocator 0.3 | Jeremy A. Kolb | 2019-07-17 | 1 | -3/+3 |
| | |||||
* | print memory usage for queries | Aleksey Kladov | 2019-06-30 | 1 | -9/+18 |
| | |||||
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 1 | -0/+52 |