Home
last modified time | relevance | path

Searched refs:B_OBJECT_CACHE (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/os/support/
H A DBlockCache.h32 B_OBJECT_CACHE = 0, enumerator
/haiku/docs/user/support/
H A DBlockCache.dox28 \var B_OBJECT_CACHE
60 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 your
99 \param allocationType Either #B_OBJECT_CACHE for using \c new[] and
148 were created with \c new[] if the allocation type is #B_OBJECT_CACHE.
/haiku/src/kits/support/
H A DBlockCache.cpp59 case B_OBJECT_CACHE: in BBlockCache()
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.cpp300 theCache = new BBlockCache(numBlocksInCache, sizeOfBlocksInCache, B_OBJECT_CACHE); in PerformTest()
H A DBlockCacheConcurrencyTest.cpp53 B_OBJECT_CACHE); in setUp()
/haiku/src/build/libbe/app/
H A DMessage.cpp192 sMsgCache = new BBlockCache(10, sizeof(BMessage), B_OBJECT_CACHE); in operator new()
/haiku/src/kits/app/
H A DMessage.cpp2068 sMsgCache = new BBlockCache(20, sizeof(BMessage), B_OBJECT_CACHE); in _StaticInit()