Atlas Runtime
|
#include <iostream>
#include <cstdlib>
#include <cassert>
#include <map>
#include <pthread.h>
#include "pregion_configs.hpp"
#include "atlas_api.h"
Go to the source code of this file.
Classes | |
class | Atlas::PArena |
Namespaces | |
Atlas | |
Typedefs | |
typedef std::map< void *, bool > | Atlas::MemMap |
typedef std::map< uint32_t, MemMap > | Atlas::FreeList |