Searched refs:retry_space_ (Results 1 – 1 of 1) sorted by relevance
1608 retry_space_(INVALID_SPACE) {} in AllocationResult()1610 AllocationResult() : object_(NULL), retry_space_(INVALID_SPACE) {} in AllocationResult()1616 inline bool IsRetry() { return retry_space_ != INVALID_SPACE; } in IsRetry()1632 return retry_space_; in RetrySpace()1637 : object_(NULL), retry_space_(space) {} in AllocationResult()1640 AllocationSpace retry_space_; variable