Kea
1.9.9-git
|
#include <config.h>
#include <stdlib.h>
#include <new>
#include <stdexcept>
#include <util/unittests/newhook.h>
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
isc::util::unittests | |
Variables | |
bool | isc::util::unittests::force_throw_on_new = false |
Switch to enable the use of special operator new. More... | |
size_t | isc::util::unittests::throw_size_on_new = 0 |
The allocation size that triggers an exception in the special operator new. More... | |