rambrain
managedMemoryChunk.h File Reference

Go to the source code of this file.

Classes

class  rambrain::managedMemoryChunk
 manages all managed Chunks of raw memory More...
 

Namespaces

 rambrain
 

Typedefs

typedef uint64_t rambrain::memoryID
 
typedef uint64_t rambrain::memoryAtime
 

Enumerations

enum  rambrain::memoryStatus {
  rambrain::MEM_ROOT = 0, rambrain::MEM_ALLOCATED_INUSE_READ = 4 + 1, rambrain::MEM_ALLOCATED_INUSE_WRITE = 4 + 2 + 1, rambrain::MEM_ALLOCATED_INUSE = 1,
  rambrain::MEM_ALLOCATED = 4, rambrain::MEM_SWAPPED = 8, rambrain::MEM_SWAPIN = 16, rambrain::MEM_SWAPOUT = 32
}