Home
last modified time | relevance | path

Searched defs:granularity (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h150 std::size_t granularity; member
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1074 rawFreeType rawFree, size_t granularity, 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