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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DAllocator.cpp115 size = roundUpToMultipleOf<largeAlignment>(size);
122 size = roundUpToMultipleOf<largeAlignment>(size);
H A DSizes.h70 static const size_t largeAlignment = 64; member in namespace:bmalloc::Sizes
H A DSegregatedFreeList.cpp98 size_t alignCount = (size - largeMin) / largeAlignment;

Completed in 120 milliseconds