Searched refs:granularity (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | tbbmalloc_internal.h | 572 size_t granularity; 583 size_t granularity, bool keepAllMemory, bool fixedPool); 615 granularity = 0; 626 bool isPoolValid() const { return granularity; }
|
| H A D | frontend.cpp | 1074 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 D | backend.cpp | 95 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 D | scalable_allocator.h | 150 std::size_t granularity; member 162 pAlloc(pAlloc_), pFree(pFree_), granularity(granularity_), version(TBBMALLOC_POOL_VERSION), in pAlloc()
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | README.md | 26 * `-l` - use memory limit for compression algorithm with 1 MB (minimum) granularity.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | estimate_flow_graph_performance.rst | 47 granularity of tasks therefore also apply to node bodies as well. If
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pools.cpp | 498 pol.granularity = currGranularity = grans[i]; in TestPoolGranularity()
|
| H A D | test_malloc_whitebox.cpp | 454 pol.granularity = 8; in TestPools()
|