MCPcopy Create free account
hub / github.com/FastLED/FastLED / vector_psram

Method vector_psram

src/fl/stl/vector.h:919–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917class vector_psram : public vector<T> {
918 public:
919 vector_psram() FL_NOEXCEPT
920 : vector<T>(psram_memory_resource()) {}
921
922 vector_psram(fl::size count, const T& value = T()) FL_NOEXCEPT
923 : vector<T>(count, value, psram_memory_resource()) {}

Callers

nothing calls this directly

Calls 7

psram_memory_resourceFunction · 0.85
TEnum · 0.85
reserve_implMethod · 0.80
copy_fromMethod · 0.80
move_fromMethod · 0.80
sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected