All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.openhft.chronicle.testframework.mappedfiles.package-info Maven / Gradle / Ivy

/**
 * Provides utility classes for working with mapped files, specifically targeting
 * Linux systems where the "/proc/self/maps" file provides information about
 * virtual memory mappings.
 * 

* This package contains utilities to parse the "/proc/self/maps" file, allowing * interaction with mapped files at a low level. *

* NOTE: The functionality provided in this package is likely to work only on * Linux or Linux-like environments where the "/proc/self/maps" file is available. */ package net.openhft.chronicle.testframework.mappedfiles;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy