/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/ |
H A D | MapMemory.h | 61 void* MapMemory (size_t bytes, bool hugePages) in MapMemory() argument 69 int addFlags = hugePages? __TBB_MAP_HUGETLB : 0; in MapMemory()
|
H A D | backend.cpp | 46 void* getRawMemory (size_t size, bool hugePages) { in getRawMemory() argument 47 return MapMemory(size, hugePages); in getRawMemory() 146 size_t hugePageSize = hugePages.recommendedGranularity(); in allocRawMem() 150 if (FencedLoad(hugePages.enabled)) { in allocRawMem() 153 hugePages.registerAllocation(res); in allocRawMem() 188 hugePages.registerReleasing(object, size); in freeRawMem() 693 return hugePages.wasObserved && !inUserPool()? in getMaxBinnedSize()
|
H A D | frontend.cpp | 304 HugePagesStatus hugePages; variable 1921 hugePages.init(hugePageSize); in initDefaultPool() 2051 hugePages.printStatus(); in doInitialization() 2829 hugePages.reset(); in __TBB_mallocProcessShutdownNotification() 3168 hugePages.setMode(value); in scalable_allocation_mode()
|
H A D | tbbmalloc_internal.h | 1045 extern HugePagesStatus hugePages;
|
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/util/resource/ |
H A D | resource.go | 144 func convertResourceHugePagesToString(hugePages *resource.Quantity, divisor resource.Quantity) (str… 145 m := int64(math.Ceil(float64(hugePages.Value()) / float64(divisor.Value())))
|
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/resource/ |
H A D | resource.go | 144 func convertResourceHugePagesToString(hugePages *resource.Quantity, divisor resource.Quantity) (str… 145 m := int64(math.Ceil(float64(hugePages.Value()) / float64(divisor.Value())))
|
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/set/env/ |
H A D | env_resolve.go | 235 func convertResourceHugePagesToString(hugePages *resource.Quantity, divisor resource.Quantity) (str… 236 m := int64(math.Ceil(float64(hugePages.Value()) / float64(divisor.Value())))
|
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/set/env/ |
H A D | env_resolve.go | 235 func convertResourceHugePagesToString(hugePages *resource.Quantity, divisor resource.Quantity) (str… 236 m := int64(math.Ceil(float64(hugePages.Value()) / float64(divisor.Value())))
|
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/api/v1/resource/ |
H A D | helpers.go | 247 func convertResourceHugePagesToString(hugePages *resource.Quantity, divisor resource.Quantity) (str… 248 m := int64(math.Ceil(float64(hugePages.Value()) / float64(divisor.Value())))
|
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/ |
H A D | backend.cpp | 81 extern HugePagesStatus hugePages; 99 … size_t pageSize = hugePages.isEnabled ? hugePages.getGranularity() : extMemPool->granularity; in allocRawMem() 105 if (hugePages.isEnabled) { in allocRawMem() 106 if (hugePages.isHPAvailable) { in allocRawMem() 109 if (!res && hugePages.isTHPAvailable) { in allocRawMem() 621 return hugePages.isEnabled && !inUserPool() ? in getMaxBinnedSize()
|
H A D | frontend.cpp | 303 HugePagesStatus hugePages; variable 1998 hugePages.init(); in initDefaultPool() 2072 hugePages.printStatus(); in doInitialization() 2899 hugePages.reset(); in __TBB_mallocProcessShutdownNotification() 3247 hugePages.setMode(value); in scalable_allocation_mode()
|
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/ |
H A D | backend.cpp | 81 extern HugePagesStatus hugePages; 99 … size_t pageSize = hugePages.isEnabled ? hugePages.getGranularity() : extMemPool->granularity; in allocRawMem() 105 if (hugePages.isEnabled) { in allocRawMem() 106 if (hugePages.isHPAvailable) { in allocRawMem() 109 if (!res && hugePages.isTHPAvailable) { in allocRawMem() 621 return hugePages.isEnabled && !inUserPool() ? in getMaxBinnedSize()
|
H A D | frontend.cpp | 303 HugePagesStatus hugePages; variable 1998 hugePages.init(); in initDefaultPool() 2072 hugePages.printStatus(); in doInitialization() 2899 hugePages.reset(); in __TBB_mallocProcessShutdownNotification() 3247 hugePages.setMode(value); in scalable_allocation_mode()
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/ |
H A D | backend.cpp | 81 extern HugePagesStatus hugePages; 99 … size_t pageSize = hugePages.isEnabled ? hugePages.getGranularity() : extMemPool->granularity; in allocRawMem() 105 if (hugePages.isEnabled) { in allocRawMem() 106 if (hugePages.isHPAvailable) { in allocRawMem() 109 if (!res && hugePages.isTHPAvailable) { in allocRawMem() 621 return hugePages.isEnabled && !inUserPool() ? in getMaxBinnedSize()
|
H A D | frontend.cpp | 303 HugePagesStatus hugePages; variable 1998 hugePages.init(); in initDefaultPool() 2072 hugePages.printStatus(); in doInitialization() 2899 hugePages.reset(); in __TBB_mallocProcessShutdownNotification() 3247 hugePages.setMode(value); in scalable_allocation_mode()
|
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/ |
H A D | backend.cpp | 81 extern HugePagesStatus hugePages; 99 … size_t pageSize = hugePages.isEnabled ? hugePages.getGranularity() : extMemPool->granularity; in allocRawMem() 105 if (hugePages.isEnabled) { in allocRawMem() 106 if (hugePages.isHPAvailable) { in allocRawMem() 109 if (!res && hugePages.isTHPAvailable) { in allocRawMem() 615 return hugePages.isEnabled && !inUserPool() ? in getMaxBinnedSize()
|
H A D | frontend.cpp | 302 HugePagesStatus hugePages; variable 2016 hugePages.init(); in initDefaultPool() 2090 hugePages.printStatus(); in doInitialization() 2921 hugePages.reset(); in __TBB_mallocProcessShutdownNotification() 3259 hugePages.setMode(value); in scalable_allocation_mode()
|
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/ |
H A D | test_malloc_whitebox.cpp | 773 ASSERT(!hugePages.isEnabled, "scalable_allocation_mode " in checkNoHugePages() 1205 MALLOC_ASSERT(hugePages.isEnabled, "Huge pages should be enabled via scalable_allocation_mode"); in TestTHP()
|
/dports/devel/tbb/oneTBB-2020.3/src/test/ |
H A D | test_malloc_whitebox.cpp | 773 ASSERT(!hugePages.isEnabled, "scalable_allocation_mode " in checkNoHugePages() 1205 MALLOC_ASSERT(hugePages.isEnabled, "Huge pages should be enabled via scalable_allocation_mode"); in TestTHP()
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/ |
H A D | test_malloc_whitebox.cpp | 773 ASSERT(!hugePages.isEnabled, "scalable_allocation_mode " in checkNoHugePages() 1205 MALLOC_ASSERT(hugePages.isEnabled, "Huge pages should be enabled via scalable_allocation_mode"); in TestTHP()
|
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/ |
H A D | test_malloc_whitebox.cpp | 807 REQUIRE_MESSAGE(!hugePages.isEnabled, "scalable_allocation_mode " in checkNoHugePages() 1258 … REQUIRE_MESSAGE(hugePages.isEnabled, "Huge pages should be enabled via scalable_allocation_mode"); in TestTHP()
|