MCPcopy 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
141uint32_t foo(dmObjectPool<Object>& pool)
142{
143 return pool.Alloc();
144}
145
146TEST(dmObjectPool, Stress)
147{

Callers

nothing calls this directly

Calls 1

AllocMethod · 0.80

Tested by

no test coverage detected