jemalloc-info 0.1.0

A small library for exporting jemalloc allocation data in Elixir
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.jemalloc-ctl]
version = "0.3"

[dependencies.rustler]
version = "0.21.0"

[package]
authors = ["oceans <sea@likeanocean.com>"]
description = "A small library for exporting jemalloc allocation data in Elixir"
edition = "2018"
license = "MIT"
name = "jemalloc-info"
repository = "https://github.com/discord/jemalloc_info"
version = "0.1.0"