Searched refs:bootStrapObjectList (Results 1 – 1 of 1) sorted by relevance
101 FreeObject *bootStrapObjectList; member in rml::internal::BootStrapBlocks883 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()