| License |
License |
|---|---|
| GroupId | GroupIdio.kemtoa |
| ArtifactId | ArtifactIdglibc-malloc-stats |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.kemtoa:glibc-malloc-stats
An utility for retrieving the JVM's malloc statistics when using glibc malloc.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| glibc-malloc-stats-1.0.0.pom | |
| glibc-malloc-stats-1.0.0.jar | 12 KB |
| glibc-malloc-stats-1.0.0-sources.jar | 3 KB |
| glibc-malloc-stats-1.0.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.kemtoa/glibc-malloc-stats/ -->
<dependency>
<groupId>io.kemtoa</groupId>
<artifactId>glibc-malloc-stats</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kemtoa/glibc-malloc-stats/
implementation 'io.kemtoa:glibc-malloc-stats:1.0.0'
// https://jarcasting.com/artifacts/io.kemtoa/glibc-malloc-stats/
implementation ("io.kemtoa:glibc-malloc-stats:1.0.0")
'io.kemtoa:glibc-malloc-stats:jar:1.0.0'
<dependency org="io.kemtoa" name="glibc-malloc-stats" rev="1.0.0">
<artifact name="glibc-malloc-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kemtoa', module='glibc-malloc-stats', version='1.0.0')
)
libraryDependencies += "io.kemtoa" % "glibc-malloc-stats" % "1.0.0"
[io.kemtoa/glibc-malloc-stats "1.0.0"]