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 |
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
|