HL::AddHeap< Add, Super > Class Template Reference
#include <addheap.h>
List of all members.
Public Member Functions |
| void * | malloc (size_t sz) |
| void | free (void *ptr) |
| size_t | getSize (void *ptr) |
Static Private Member Functions |
| static size_t | align (size_t sz) |
template<class Add, class Super>
class HL::AddHeap< Add, Super >
Member Function Documentation
template<class Add, class Super>
| static size_t HL::AddHeap< Add, Super >::align |
( |
size_t |
sz |
) |
[inline, static, private] |
template<class Add, class Super>
| void HL::AddHeap< Add, Super >::free |
( |
void * |
ptr |
) |
[inline] |
template<class Add, class Super>
| size_t HL::AddHeap< Add, Super >::getSize |
( |
void * |
ptr |
) |
[inline] |
template<class Add, class Super>
| void* HL::AddHeap< Add, Super >::malloc |
( |
size_t |
sz |
) |
[inline] |
The documentation for this class was generated from the following file: