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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DLargeChunk.h46 char* end() { return reinterpret_cast<char*>(this) + largeChunkSize; }
50 static const size_t boundaryTagCount = max(2 * largeMin / sizeof(BoundaryTag), largeChunkSize / largeMin);
75 size_t vmSize = bmalloc::vmSize(largeChunkSize);
H A DSizes.h66 static const size_t largeChunkSize = superChunkSize / 2; member in namespace:bmalloc::Sizes
68 static const size_t largeChunkMask = ~(largeChunkSize - 1ul);
71 static const size_t largeMax = largeChunkSize * 99 / 100; // Plenty of room for metadata.

Completed in 169 milliseconds