public interface IMemoryManageable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IMemoryManageable.FreeMemoryLevel
Describe the criticity level of a free memory request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
freeMemory(IMemoryManageable.FreeMemoryLevel level)
Request to free some memory.
|
String |
getDescription()
Desciption.
|
List<String> |
getItemsDescription()
Describe each item that can be freed.
|
String getDescription()
void freeMemory(IMemoryManageable.FreeMemoryLevel level)
Copyright © 2019. All rights reserved.