Google Custom Search

BlockCache.h File Reference

Implements a mechanism to store and retrieve memory blocks. More...


Classes

class  BBlockCache
 A class that creates and maintains a pool of memory blocks. More...

Enumerations

enum  {
  B_OBJECT_CACHE = 0,
  B_MALLOC_CACHE = 1
}


Detailed Description

Implements a mechanism to store and retrieve memory blocks.


Enumeration Type Documentation

anonymous enum

Enumerator:
B_OBJECT_CACHE  Used in the constructor of BBlockCache. Determines that objects will be created using new[] and delete[].
B_MALLOC_CACHE  Used in the constructor of BBlockCache. Determines that objects will be created using malloc() and free().


The Haiku Book pre-R1 - BlockCache.h File Reference
Generated on 14 Feb 2008