#include "event-garbage-collector.h"
#include <set>
#include "ns3/event-id.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
Go to the source code of this file.
Classes | |
class | ns3::EventGarbageCollectorTests |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Defines | |
#define | CLEANUP_CHUNK_MIN_SIZE 8 |
#define | CLEANUP_CHUNK_MAX_SIZE 128 |
Variables | |
static EventGarbageCollectorTests | ns3::g_eventCollectorTests |
#define CLEANUP_CHUNK_MAX_SIZE 128 |
Definition at line 23 of file event-garbage-collector.cc.
Referenced by ns3::EventGarbageCollector::Grow().
#define CLEANUP_CHUNK_MIN_SIZE 8 |
Definition at line 22 of file event-garbage-collector.cc.