Home
last modified time | relevance | path

Searched refs:get_max_space_mb (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogConfig.h143 get_max_space_mb() const in get_max_space_mb() function
H A DLogConfig.cc550 config_space = static_cast<int64_t>(get_max_space_mb()) * LOG_MEGABYTE; in space_to_write()
679 int64_t max_space = static_cast<int64_t>(get_max_space_mb()) * LOG_MEGABYTE; in update_space_used()