#include <Allocator.hpp>
Inheritance diagram for corelinux::Allocator
Public Methods | |
Allocator ( void ) | |
Default constructor. | |
Allocator ( AllocatorCref ) | |
Copy constructor. More... | |
virtual | ~Allocator ( void ) |
Virtual destructor. | |
Allocator& | operator= ( AllocatorCref ) |
Assingment operator overload. More... | |
bool | operator== ( AllocatorCref ) const |
Equality operator overload. More... | |
virtual CountCref | getAllocateCount ( void ) const |
Retrieves the number of allocations by this Allocator. More... | |
virtual CountCref | getDeallocateCount ( void ) const |
Retrieves the number of deallocations by this Allocator. More... | |
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.
|