Loading...
Searching...
No Matches
Classes | Enumerations
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

anonymous enum
Enumerator
B_OBJECT_CACHE 

Used in the constructor of BBlockCache. Determines that objects will be created using new[] and delete[].

Since
BeOS R3
B_MALLOC_CACHE 

Used in the constructor of BBlockCache. Determines that objects will be created using malloc() and free().

Since
BeOS R3