Searched refs:new_limit (Results 1 – 2 of 2) sorted by relevance
169 unsigned int new_limit = max_descriptors; in SetFileDescriptorLimit() local171 new_limit = limits.rlim_max; in SetFileDescriptorLimit()173 limits.rlim_cur = new_limit; in SetFileDescriptorLimit()
1145 Address new_limit = in UpdateAllocationInfo() local1147 allocation_info_.limit = Min(new_limit, allocation_info_.limit); in UpdateAllocationInfo()