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

◆ realloc()

void * fl::realloc ( void * ptr,
size_t new_size )

Definition at line 26 of file malloc.cpp.hpp.

26 {
27 return ::realloc(ptr, new_size);
28 }

Referenced by fl::anonymous_namespace{memory_resource.cpp.hpp}::DefaultMemoryResource::do_reallocate(), fl::StringHolder::grow(), fl::allocator_realloc< U >::reallocate(), fl::allocator< U >::reallocate_impl(), fl::third_party::vorbis::stb_vorbis_decode_filename(), and fl::third_party::vorbis::stb_vorbis_decode_memory().

+ Here is the caller graph for this function: