Tervel
1.0.0
A collection of wait-free containers and algorithms.
|
#include <atomic>
#include <memory>
#include <utility>
#include <assert.h>
#include <stdint.h>
#include <tervel/util/info.h>
#include <tervel/util/util.h>
#include <tervel/util/system.h>
#include <tervel/util/memory/hp/hp_list.h>
#include <tervel/util/memory/hp/hp_element.h>
Go to the source code of this file.
Classes | |
class | tervel::util::memory::hp::ListManager |
Encapsulates a shared central 'to free list' between several thread-local lists. More... | |
struct | tervel::util::memory::hp::ListManager::ManagedPool |
Namespaces | |
tervel | |
TODO(steven): | |
tervel::util | |
tervel::util::memory | |
tervel::util::memory::hp | |