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