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

Function imguimalloc

demo/d3d11/imguiGraph.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void* imguimalloc(size_t size, void* /*userptr*/)
38{
39 return malloc(size);
40}
41
42static const unsigned TEMP_COORD_COUNT = 100;
43static float g_tempCoords[TEMP_COORD_COUNT * 2];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected