|
rambrain
|
structure created by scheduler to track access times of memoryChunks More...
#include <cyclicManagedMemory.h>
Public Attributes | |
| managedMemoryChunk * | chunk |
| cyclicAtime * | next |
| The chunk. More... | |
| cyclicAtime * | prev |
| Next chunk in cycle. More... | |
structure created by scheduler to track access times of memoryChunks
Definition at line 28 of file cyclicManagedMemory.h.
| managedMemoryChunk* rambrain::cyclicAtime::chunk |
Definition at line 29 of file cyclicManagedMemory.h.
| cyclicAtime* rambrain::cyclicAtime::next |
The chunk.
Definition at line 30 of file cyclicManagedMemory.h.
| cyclicAtime* rambrain::cyclicAtime::prev |
Next chunk in cycle.
Definition at line 31 of file cyclicManagedMemory.h.