Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
NS_DORA_BEGIN
14
15
PoolManager::~PoolManager() {
16
clear();
17
}
18
19
void PoolManager::clear() {
20
std::stack<Own<AutoreleasePool>> emptyStack;
Callers
nothing calls this directly
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected