#include <libcwd/config.h>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | libcwd |
namespace for libcwd. | |
Enumerations | |
enum | libcwd::memblk_types_nt { libcwd::memblk_type_new, libcwd::memblk_type_deleted, libcwd::memblk_type_new_array, libcwd::memblk_type_deleted_array, libcwd::memblk_type_malloc, libcwd::memblk_type_realloc, libcwd::memblk_type_freed, libcwd::memblk_type_external, libcwd::memblk_type_posix_memalign, libcwd::memblk_type_memalign, libcwd::memblk_type_valloc } |
A flag indicating the type of allocation. More... | |
Functions | |
std::ostream & | libcwd::operator<< (std::ostream &os, memblk_types_nt memblk_type) |
Allow writing a memblk_types_nt directly to an ostream. |
Do not include this header file directly, instead include debug.h.