Searched refs:SmallAllocator (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DSmallAllocator.h37 class SmallAllocator { class in namespace:bmalloc
39 SmallAllocator();
40 SmallAllocator(size_t);
59 inline SmallAllocator::SmallAllocator() function in class:bmalloc::SmallAllocator
67 inline SmallAllocator::SmallAllocator(size_t size) function in class:bmalloc::SmallAllocator
75 inline SmallLine* SmallAllocator::line()
80 inline void* SmallAllocator::allocate()
92 inline unsigned short SmallAllocator
[all...]
H A DAllocator.h32 #include "SmallAllocator.h"
53 void* allocateFastCase(SmallAllocator&);
59 void log(SmallAllocator&);
67 std::array<SmallAllocator, smallMax / alignment> m_smallAllocators;
79 SmallAllocator& allocator = m_smallAllocators[smallSizeClassFor(size)];
H A DAllocator.cpp47 allocator = SmallAllocator(size);
67 void Allocator::log(SmallAllocator& allocator)
149 SmallAllocator& allocator = m_smallAllocators[smallSizeClass];

Completed in 59 milliseconds