#include <Allocator.hpp>
Inheritance diagram for corelinux::Allocator:
Public Member Functions | |
Allocator (void) | |
Default constructor. | |
Allocator (AllocatorCref) | |
Copy constructor. | |
virtual | ~Allocator (void) |
Virtual destructor. | |
Allocator & | operator= (AllocatorCref) |
Assingment operator overload. | |
bool | operator== (AllocatorCref) const |
Equality operator overload. | |
virtual CountCref | getAllocateCount (void) const |
Retrieves the number of allocations by this Allocator. | |
virtual CountCref | getDeallocateCount (void) const |
Retrieves the number of deallocations by this Allocator. | |
virtual void | incrementAllocates (void) |
Increment the allocates. | |
virtual void | decrementAllocates (void) |
Decrement the allocates. | |
virtual void | incrementDeallocates (void) |
Increment the deallocates. | |
virtual void | decrementDeallocates (void) |
Decrement the deallocates. |
corelinux::Allocator::Allocator | ( | AllocatorCref | ) |
AllocatorRef corelinux::Allocator::operator= | ( | AllocatorCref | ) |
bool corelinux::Allocator::operator== | ( | AllocatorCref | ) | const |
CountCref corelinux::Allocator::getAllocateCount | ( | void | ) | const [virtual] |
CountCref corelinux::Allocator::getDeallocateCount | ( | void | ) | const [virtual] |