Searched refs:B_OBJECT_CACHE (Results 1 – 7 of 7) sorted by relevance
32 B_OBJECT_CACHE = 0, enumerator
28 \var B_OBJECT_CACHE60 allocation. This can either be #B_OBJECT_CACHE or #B_MALLOC_CACHE.78 If you created the object as #B_OBJECT_CACHE, use \c delete[] to free your99 \param allocationType Either #B_OBJECT_CACHE for using \c new[] and148 were created with \c new[] if the allocation type is #B_OBJECT_CACHE.
59 case B_OBJECT_CACHE: in BBlockCache()
300 theCache = new BBlockCache(numBlocksInCache, sizeOfBlocksInCache, B_OBJECT_CACHE); in PerformTest()
53 B_OBJECT_CACHE); in setUp()
192 sMsgCache = new BBlockCache(10, sizeof(BMessage), B_OBJECT_CACHE); in operator new()
2068 sMsgCache = new BBlockCache(20, sizeof(BMessage), B_OBJECT_CACHE); in _StaticInit()