| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.mappedfiles |
Provides utility classes for working with mapped files, specifically targeting
Linux systems where the "/proc/self/maps" file provides information about
virtual memory mappings.
|
| Modifier and Type | Method and Description |
|---|---|
static MappedFileUtil |
MappedFileUtil.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappedFileUtil[] |
MappedFileUtil.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.