MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / BigObject

Method BigObject

core/src/test/Memory.test.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 ipl::vector<float> data;
93
94 BigObject(const size_t numElements) :
95 data(numElements)
96 {}
97};
98
99TEST_CASE("make_unique allocations are routed correctly.", "[memory]")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected