MCPcopy Create free account
hub / github.com/dds-bridge/dds / MemoryPattern

Class MemoryPattern

library/tests/trans_table/trans_table_l_test.cpp:568–573  ·  view source on GitHub ↗

Test memory usage patterns specific to large tables

Source from the content-addressed store, hash-verified

566TEST(TransTableLMemoryTest, LargeMemoryUsagePatterns) {
567 // Test memory usage patterns specific to large tables
568 struct MemoryPattern {
569 int baseMB;
570 int peakMB;
571 int sustainedMB;
572 bool efficientPattern;
573 };
574
575 MemoryPattern testCases[] = {
576 {64, 128, 96, true}, // Efficient: reasonable peak, good sustained

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected