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

Class BigObject

core/src/test/Memory.test.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90struct BigObject
91{
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]")
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected