Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp99 Block *bootStrapBlock; member in rml::internal::BootStrapBlocks
887 if (!bootStrapBlock) { in allocate()
889 if (!bootStrapBlock) return nullptr; in allocate()
891 result = bootStrapBlock->bumpPtr; in allocate()
892bootStrapBlock->bumpPtr = (FreeObject *)((uintptr_t)bootStrapBlock->bumpPtr - bootStrapBlock->obje… in allocate()
893 if ((uintptr_t)bootStrapBlock->bumpPtr < (uintptr_t)bootStrapBlock+sizeof(Block)) { in allocate()
894 bootStrapBlock->bumpPtr = nullptr; in allocate()
895 bootStrapBlock->next = bootStrapBlockUsed; in allocate()
896 bootStrapBlockUsed = bootStrapBlock; in allocate()
897 bootStrapBlock = nullptr; in allocate()
[all …]