Home
last modified time | relevance | path

Searched refs:B_MALLOC_CACHE (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/support/
H A DBlockCache.h33 B_MALLOC_CACHE = 1 enumerator
/haiku/docs/user/support/
H A DBlockCache.dox37 \var B_MALLOC_CACHE
60 allocation. This can either be #B_OBJECT_CACHE or #B_MALLOC_CACHE.
79 object. If you created the object as #B_MALLOC_CACHE, use \c free(). Please
100 \c delete[] or #B_MALLOC_CACHE for \c malloc() and \c free().
150 allocation type is #B_MALLOC_CACHE.
/haiku/src/kits/support/
H A DBlockCache.cpp63 case B_MALLOC_CACHE: in BBlockCache()
/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.cpp317 theCache = new BBlockCache(numBlocksInCache, sizeOfBlocksInCache, B_MALLOC_CACHE); in PerformTest()
H A DBlockCacheConcurrencyTest.cpp55 B_MALLOC_CACHE); in setUp()