#include "event-garbage-collector.h"
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Macros | |
#define | CLEANUP_CHUNK_MAX_SIZE 128 |
#define | CLEANUP_CHUNK_MIN_SIZE 8 |
#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.