Atlas Runtime
consistency_configs.hpp
Go to the documentation of this file.
1 /*
2  * (c) Copyright 2016 Hewlett Packard Enterprise Development LP
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as
6  * published by the Free Software Foundation, either version 3 of the
7  * License, or (at your option) any later version. This program is
8  * distributed in the hope that it will be useful, but WITHOUT ANY
9  * WARRANTY; without even the implied warranty of MERCHANTABILITY or
10  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11  * for more details. You should have received a copy of the GNU Lesser
12  * General Public License along with this program. If not, see
13  * <http://www.gnu.org/licenses/>.
14  */
15 
16 
17 #ifndef CONSISTENCY_CONFIGS_HPP
18 #define CONSISTENCY_CONFIGS_HPP
19 
20 #include <stdint.h>
21 
22 namespace Atlas {
23 
24 const uint32_t kFaseAnalysisLimit = 8;
25 
26 } // namespace Atlas
27 
28 #endif
Definition: atlas_alloc_cpp.hpp:21
const uint32_t kFaseAnalysisLimit
Definition: consistency_configs.hpp:24