mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 23:17:54 -05:00
Add javadoc (#5329)
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -104,6 +104,12 @@ public class PlatformDetector {
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user