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 } |
| anonymous enum |
| 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(). |