0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
Hypertable::CellCachePageAllocator Struct Reference

#include <CellCacheAllocator.h>

Inheritance diagram for Hypertable::CellCachePageAllocator:
Inheritance graph
[legend]
Collaboration diagram for Hypertable::CellCachePageAllocator:
Collaboration graph
[legend]

Public Member Functions

void * allocate (size_t sz)
 
void freed (size_t sz)
 
- Public Member Functions inherited from Hypertable::DefaultPageAllocator
void * allocate (size_t sz)
 Allocates a new chunk of memory. More...
 
void deallocate (void *p)
 Frees a previously allocated chunk of memory. More...
 
void freed (size_t sz)
 Inform the allocator that a bulk of objects was freed by the caller. More...
 

Detailed Description

Definition at line 27 of file CellCacheAllocator.h.

Member Function Documentation

void * Hypertable::CellCachePageAllocator::allocate ( size_t  sz)

Definition at line 26 of file CellCacheAllocator.cc.

void Hypertable::CellCachePageAllocator::freed ( size_t  sz)

Definition at line 31 of file CellCacheAllocator.cc.


The documentation for this struct was generated from the following files: