Searched refs:max_executable_size (Results 1 – 5 of 5) sorted by relevance
693 DEFINE_INT(max_executable_size, 0, "max size of executable memory (in Mbytes)")
788 int max_executable_size = constraints.max_executable_size(); in SetResourceConstraints() local792 max_executable_size != 0 || code_range_size != 0) { in SetResourceConstraints()794 max_executable_size, code_range_size); in SetResourceConstraints()
4987 size_t max_executable_size, size_t code_range_size) { in ConfigureHeap() argument4997 if (max_executable_size != 0) { in ConfigureHeap()4998 max_executable_size_ = max_executable_size * MB; in ConfigureHeap()
958 size_t max_executable_size, size_t code_range_size);
5688 int max_executable_size() const { return max_executable_size_; } in max_executable_size() function