Searched refs:max_executable_size (Results 1 – 5 of 5) sorted by relevance
607 DEFINE_INT(max_executable_size, 0, "max size of executable memory (in Mbytes)")
861 int max_executable_size = constraints.max_executable_size(); in SetResourceConstraints() local865 max_executable_size != 0 || code_range_size != 0) { in SetResourceConstraints()867 max_executable_size, code_range_size); in SetResourceConstraints()
5060 size_t max_executable_size, size_t code_range_size) { in ConfigureHeap() argument5070 if (max_executable_size != 0) { in ConfigureHeap()5071 max_executable_size_ = max_executable_size * MB; in ConfigureHeap()
995 size_t max_executable_size, size_t code_range_size);
5725 int max_executable_size() const { return max_executable_size_; } in max_executable_size() function