#include <manageonesuperblock.h>
Lista de todos los miembros.
Tipos públicos |
typedef SuperHeap::SuperblockType | SuperblockType |
Métodos públicos |
void * | malloc (size_t sz) |
| Get memory from the current superblock.
|
void | free (void *ptr) |
| Try to free the pointer to this superblock first.
|
SuperblockType * | get (void) |
| Get the current superblock and remove it.
|
void | put (SuperblockType *s) |
| Put the superblock into the cache.
|
template<class SuperHeap>
class Hoard::ManageOneSuperblock< SuperHeap >
Documentación de los 'Typedef' miembros de la clase
template<class SuperHeap >
Documentación de las funciones miembro
template<class SuperHeap >
Try to free the pointer to this superblock first.
template<class SuperHeap >
Get the current superblock and remove it.
template<class SuperHeap >
Get memory from the current superblock.
template<class SuperHeap >
Put the superblock into the cache.
La documentación para esta clase fue generada a partir del siguiente fichero: