Searched refs:spareBytes (Results 1 – 2 of 2) sorted by relevance
130 size_t spareBytes = byteCount - (slab->size * object_size); in InitSlab() local135 if (cache_color_cycle > spareBytes) in InitSlab()139 slab->size, spareBytes, slab->offset); in InitSlab()
156 size_t spareBytes = byteCount - (slab->size * fObjectSize); in ConstructSlab() local159 if (cycle > spareBytes) in ConstructSlab()165 slab->size, spareBytes, cycle); in ConstructSlab()