Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

libcwd/enum_memblk_types.h File Reference

#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_marker,
  libcwd::memblk_type_deleted_marker, 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.


Detailed Description

Do not include this header file directly, instead include debug.h.
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.