Searched refs:num_total_objects (Results 1 – 2 of 2) sorted by relevance
86 std::atomic<uint64_t> num_total_objects; variable93 ObjectLifetimes() : num_objects{}, num_total_objects(0) {} in ObjectLifetimes()201 num_total_objects++; in CreateObject()226 assert(num_total_objects > 0); in DestroyObjectSilently()228 num_total_objects--; in DestroyObjectSilently()
43 assert(num_total_objects > 0); in DestroyQueueDataStructures()44 num_total_objects--; in DestroyQueueDataStructures()79 num_total_objects++; in AllocateCommandBuffer()115 num_total_objects++; in AllocateDescriptorSet()210 num_total_objects++; in CreateQueue()