MCPcopy Create free account
hub / github.com/axmolengine/axmol / realloc

Method realloc

core/renderer/Renderer.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void RenderQueue::realloc(size_t reserveSize)
147{
148 for (int i = 0; i < QUEUE_GROUP::QUEUE_COUNT; ++i)
149 {
150 _commands[i].clear();
151 _commands[i].reserve(reserveSize);
152 }
153}
154
155//
156//

Callers 1

ft_mem_qreallocFunction · 0.80

Calls 2

clearMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected