Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix coverity issue in tbbmalloc HugePagesStatus
page_size variable was set to -1024 if hugepages was not used, while being unsigned type. It did not matter as it was not used, when hugepages are not used, but it is better to set it just to 0.
- Loading branch information