MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / imguimalloc

Function imguimalloc

demo/opengl/imguiRenderGL.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void* imguimalloc(size_t size, void* /*userptr*/)
44{
45 return malloc(size);
46}
47
48static const unsigned TEMP_COORD_COUNT = 100;
49static float g_tempCoords[TEMP_COORD_COUNT*2];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected