#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. |
|
Copy constructor.
|
|
Retrieves the number of allocations by this Allocator.
|
|
Retrieves the number of deallocations by this Allocator.
|
|
Assingment operator overload.
|
|
Equality operator overload.
|