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

◆ PSRamDeallocate()

void fl::PSRamDeallocate ( void * ptr)

Definition at line 138 of file allocator.cpp.hpp.

138 {
139#if defined(FASTLED_TESTING)
140 if (gMallocFreeHook && ptr) {
141 // gMallocFreeHook->onFree(ptr);
142 MemoryGuard allows_hook;
143 if (allows_hook.enabled()) {
144 gMallocFreeHook->onFree(ptr);
145 }
146 }
147#endif
148
149 Dealloc(ptr);
150}

Referenced by fl::anonymous_namespace{memory_resource.cpp.hpp}::PSRamMemoryResource::do_deallocate(), fl::PSRamAllocator< T >::Free(), and fl::PSRamDeleter< T >::operator()().

+ Here is the caller graph for this function: