Merge pull request #2339 from influxdata/positivefree

fix(heappy): Report free as positive numbers
pull/24376/head
kodiakhq[bot] 2021-08-18 13:10:21 +00:00 committed by GitHub
commit 3ee0f9268a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ datafusion = { path = "datafusion" }
data_types = { path = "data_types" }
entry = { path = "entry" }
generated_types = { path = "generated_types" }
heappy = { git = "https://github.com/mkmik/heappy", rev = "c8fe1fefbaefd536b0137435fce8d90a98a184de", features = ["enable_heap_profiler", "jemalloc_shim", "measure_free"], optional = true}
heappy = { git = "https://github.com/mkmik/heappy", rev = "82a383128e484039cc2f31476e6289bed48a6701", features = ["enable_heap_profiler", "jemalloc_shim", "measure_free"], optional = true}
influxdb_iox_client = { path = "influxdb_iox_client", features = ["format"] }
influxdb_line_protocol = { path = "influxdb_line_protocol" }