Eneboo - Documentación para desarrolladores
Tipos públicos | Métodos públicos
Referencia de la plantilla de la Clase Hoard::ManageOneSuperblock< SuperHeap >

#include <manageonesuperblock.h>

Diagrama de herencias de Hoard::ManageOneSuperblock< SuperHeap >
SuperHeap

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.
SuperblockTypeget (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 >
typedef SuperHeap::SuperblockType Hoard::ManageOneSuperblock< SuperHeap >::SuperblockType

Documentación de las funciones miembro

template<class SuperHeap >
void Hoard::ManageOneSuperblock< SuperHeap >::free ( void *  ptr) [inline]

Try to free the pointer to this superblock first.

template<class SuperHeap >
SuperblockType* Hoard::ManageOneSuperblock< SuperHeap >::get ( void  ) [inline]

Get the current superblock and remove it.

template<class SuperHeap >
void* Hoard::ManageOneSuperblock< SuperHeap >::malloc ( size_t  sz) [inline]

Get memory from the current superblock.

template<class SuperHeap >
void Hoard::ManageOneSuperblock< SuperHeap >::put ( SuperblockType s) [inline]

Put the superblock into the cache.


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'