Home
last modified time | relevance | path

Searched refs:granularity (Results 1 – 8 of 8) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h572 size_t granularity;
583 size_t granularity, bool keepAllMemory, bool fixedPool);
615 granularity = 0;
626 bool isPoolValid() const { return granularity; }
H A Dfrontend.cpp1074 rawFreeType rawFree, size_t granularity, in init() argument
1080 this->granularity = granularity; in init()
1097 policy->granularity? policy->granularity : defaultGranularity, in init()
2035 const size_t granularity = 64*1024; // granulatity of VirtualAlloc in initMemoryManager() local
2038 const size_t granularity = sysconf(_SC_PAGESIZE); in initMemoryManager() local
2046 extMemPool.init(0, nullptr, nullptr, granularity, in initMemoryManager()
2693 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
H A Dbackend.cpp95 allocSize = alignUpGeneric(size, extMemPool->granularity); in allocRawMem()
99 … size_t pageSize = hugePages.isEnabled ? hugePages.getGranularity() : extMemPool->granularity; in allocRawMem()
964 || !isAligned(ptr, alignment) || alignment>extMemPool->granularity) in remap()
983 alignUp(sizeof(MemRegion) + alignedSize + sizeof(LastFreeBlock), extMemPool->granularity); in remap()
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h150 std::size_t granularity; member
162 pAlloc(pAlloc_), pFree(pFree_), granularity(granularity_), version(TBBMALLOC_POOL_VERSION), in pAlloc()
/oneTBB/examples/graph/fgbzip2/
H A DREADME.md26 * `-l` - use memory limit for compression algorithm with 1 MB (minimum) granularity.
/oneTBB/doc/main/tbb_userguide/
H A Destimate_flow_graph_performance.rst47 granularity of tasks therefore also apply to node bodies as well. If
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp498 pol.granularity = currGranularity = grans[i]; in TestPoolGranularity()
H A Dtest_malloc_whitebox.cpp454 pol.granularity = 8; in TestPools()