Searched refs:space_size (Results 1 – 4 of 4) sorted by relevance
54 uint32_t space_size = (space == CODE_SPACE) ? allocated_bytes_ : 0; in OutputStatistics() local55 PrintF("%16d", space_size); in OutputStatistics()
149 char* buffer_copy_space, int space_size, in TrimAndCut() argument155 (void) space_size; // Mark variable as used. in TrimAndCut()156 ASSERT(space_size >= kMaxSignificantDecimalDigits); in TrimAndCut()
401 unsigned char space_size[8]; member
6825 size_t space_size() { return space_size_; }