Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ foo
Function
foo
engine/dlib/src/test/test_objectpool.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
uint32_t foo(dmObjectPool<Object>& pool)
142
{
143
return pool.Alloc();
144
}
145
146
TEST(dmObjectPool, Stress)
147
{
Callers
nothing calls this directly
Calls
1
Alloc
Method · 0.80
Tested by
no test coverage detected