Searched refs:node_slots (Results 1 – 2 of 2) sorted by relevance
67 auto node_slots = std::make_unique<PersistentNodeSlots>(); in RefillFreeList() local68 if (!node_slots.get()) { in RefillFreeList()71 nodes_.push_back(std::move(node_slots)); in RefillFreeList()
298 static PyType_Slot node_slots[] = { variable309 .slots = node_slots,