Searched refs:alloc_request_count (Results 1 – 1 of 1) sorted by relevance
226 const int64 alloc_request_count = allocated_count_ + get_from_pool_count_; in EvictOne() local228 (alloc_request_count == 0) in EvictOne()230 : allocated_count_ / static_cast<double>(alloc_request_count); in EvictOne()234 LOG(INFO) << "PoolAllocator: After " << alloc_request_count in EvictOne()