Searched refs:canAllocate (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DSmallAllocator.h45 bool canAllocate() { return !!m_remaining; } function in class:bmalloc::SmallAllocator
77 return SmallLine::get(canAllocate() ? m_ptr : m_ptr - 1);
104 BASSERT(!canAllocate());
H A DAllocator.h80 if (!allocator.canAllocate())

Completed in 69 milliseconds