Skip to content

Commit

Permalink
Add javadoc (hyperledger#5329)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Apr 11, 2023
1 parent a9b906c commit 97fb61d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ public static String getGlibc() {
return _glibc;
}

/**
* Gets jemalloc version.
*
* @throws UnsatisfiedLinkError if the library cannot be found or dependent libraries are missing.
* @return the jemalloc version
*/
public static String getJemalloc() {
if (_jemalloc == null) {
detectJemalloc();
Expand Down

0 comments on commit 97fb61d

Please sign in to comment.