Searched refs:B_MALLOC_CACHE (Results 1 – 5 of 5) sorted by relevance
33 B_MALLOC_CACHE = 1 enumerator
37 \var B_MALLOC_CACHE60 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(). Please100 \c delete[] or #B_MALLOC_CACHE for \c malloc() and \c free().150 allocation type is #B_MALLOC_CACHE.
63 case B_MALLOC_CACHE: in BBlockCache()
317 theCache = new BBlockCache(numBlocksInCache, sizeOfBlocksInCache, B_MALLOC_CACHE); in PerformTest()
55 B_MALLOC_CACHE); in setUp()