Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp101 FreeObject *bootStrapObjectList; member in rml::internal::BootStrapBlocks
883 if( bootStrapObjectList) { in allocate()
884 result = bootStrapObjectList; in allocate()
885 bootStrapObjectList = bootStrapObjectList->next; in allocate()
910 ((FreeObject*)ptr)->next = bootStrapObjectList; in free()
911 bootStrapObjectList = (FreeObject*)ptr; in free()
918 bootStrapObjectList = nullptr; in reset()