#include <libcwd/config.h>
#include <libcwd/class_location.h>
#include <libcwd/private_allocator.h>
#include <sys/time.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | libcwd |
Classes | |
class | libcwd::alloc_filter_ct |
An allocated-memory filter class. More... | |
Typedefs | |
typedef unsigned short int | libcwd::alloc_format_t |
The type used for the formatting flags of an alloc_filter_ct object. | |
Variables | |
alloc_format_t const | libcwd::show_path |
Show the full path of the locations where the allocation was made. | |
alloc_format_t const | libcwd::show_objectfile |
Show the name of the shared library that is responsible for the allocation. | |
alloc_format_t const | libcwd::show_function |
Show the mangled name of the function that allocated the memory. | |
alloc_format_t const | libcwd::show_time |
Show the time at which the allocation was made. | |
alloc_format_t const | libcwd::show_allthreads |
Show the allocations of all threads, not just the current thread. |