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 } |
Implements a mechanism to store and retrieve memory blocks.
anonymous enum |
Enumerator | |
---|---|
B_OBJECT_CACHE | Used in the constructor of BBlockCache. Determines that objects will be created using
|
B_MALLOC_CACHE | Used in the constructor of BBlockCache. Determines that objects will be created using
|