Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h219 intptr_t mean = meanHitRange.load(std::memory_order_relaxed); in updateMeanHitRange() local
220 mean = mean ? (mean + hitRange) / 2 : hitRange; in updateMeanHitRange()
221 meanHitRange.store(mean, std::memory_order_relaxed); in updateMeanHitRange()
/oneTBB/
H A DLICENSE.txt9 "License" shall mean the terms and conditions for use, reproduction,
12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
23 "You" (or "Your") shall mean an individual or Legal Entity
26 "Source" form shall mean the preferred form for making modifications,
30 "Object" form shall mean any form resulting from mechanical
35 "Work" shall mean the work of authorship, whether in Source or
40 "Derivative Works" shall mean any work, whether in Source or Object
48 "Contribution" shall mean any work of authorship, including
62 "Contributor" shall mean Licensor and any individual or Legal Entity
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp991 intptr_t mean = cacheBinModel.meanHitRange.load(std::memory_order_relaxed); in get() local
992 mean = mean ? (mean + hitRange) / 2 : hitRange; in get()
993 cacheBinModel.meanHitRange.store(mean, std::memory_order_relaxed); in get()
/oneTBB/doc/main/tbb_userguide/
H A DNodes.rst127 important to remember that spawning a task does not mean creating a