MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ~PoolManager

Method ~PoolManager

Source/Basic/AutoreleasePool.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "Basic/AutoreleasePool.h"
12
13NS_DORA_BEGIN
14
15PoolManager::~PoolManager() {
16 clear();
17}
18
19void PoolManager::clear() {
20 std::stack<Own<AutoreleasePool>> emptyStack;

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected