Lines Matching full:chunk_size
2475 static intptr_t ObjectSizeFor(intptr_t chunk_size) {2476 if (chunk_size <= (Page::kPageSize + Page::kObjectStartOffset)) return 0;2477 return chunk_size - Page::kPageSize - Page::kObjectStartOffset;