julia
0cc0dbd1
- Metric for number of live bytes in the pool allocator (#51151)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Metric for number of live bytes in the pool allocator (#51151) We want to study what is the degree of fragmentation we have in the pool allocator specifically. `pool_live_bytes` / `(live pages * GC_PAGE_SZ)` should provide an estimate of that.
References
#51151 - Metric for number of live bytes in the pool allocator
Author
d-netto
Parents
70000ac7
Loading