#include <Allocator.hpp>

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 | aRef | ) |
| AllocatorRef corelinux::Allocator::operator= | ( | AllocatorCref | aRef | ) |
Assingment operator overload.
| Allocator | const reference |
Referenced by corelinux::AbstractAllocator< TypeImpl >::operator=().
| bool corelinux::Allocator::operator== | ( | AllocatorCref | aRef | ) | const |
Equality operator overload.
| Allocator | const reference |
Referenced by corelinux::AbstractAllocator< TypeImpl >::operator==().
| CountCref corelinux::Allocator::getAllocateCount | ( | void | ) | const [virtual] |
| CountCref corelinux::Allocator::getDeallocateCount | ( | void | ) | const [virtual] |