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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DSmallTraits.h45 static const size_t chunkOffset = smallChunkOffset;
H A DSizes.h55 static const size_t smallChunkOffset = superChunkSize * 3 / 4; member in namespace:bmalloc::Sizes
77 static const uintptr_t smallType = (superChunkSize + smallChunkOffset) & typeMask;

Completed in 111 milliseconds