FastLED 3.9.15
Loading...
Searching...
No Matches

◆ StringHolder() [2/4]

fl::StringHolder::StringHolder ( size length)

Definition at line 24 of file string_holder.cpp.hpp.

25 : mData((char*)fl::malloc(length + 1))
27 , mCapacity(length + 1) {
28 mData[mLength] = '\0';
29}
size length() const FL_NOEXCEPT
void * malloc(size_t size)
Definition malloc.cpp.hpp:9

References length(), fl::malloc(), mCapacity, mData, and mLength.

+ Here is the call graph for this function: