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

◆ do_reallocate()

void * fl::memory_resource::do_reallocate ( void * p,
fl::size old_bytes,
fl::size new_bytes )
protectedvirtual

Default: returns nullptr (not supported). Override for realloc-capable resources.

Reimplemented in fl::anonymous_namespace{memory_resource.cpp.hpp}::DefaultMemoryResource.

Definition at line 12 of file memory_resource.cpp.hpp.

12 {
14 FASTLED_UNUSED(old_bytes);
15 FASTLED_UNUSED(new_bytes);
16 return nullptr;
17}
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED.

Referenced by reallocate().

+ Here is the caller graph for this function: