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

◆ PSRamDeallocate()

void fl::PSRamDeallocate ( void * ptr)

Definition at line 96 of file allocator.cpp.

96 {
97#if defined(FASTLED_TESTING)
98 if (gMallocFreeHook && ptr) {
99 // gMallocFreeHook->onFree(ptr);
100 MemoryGuard allows_hook;
101 if (allows_hook.enabled()) {
102 gMallocFreeHook->onFree(ptr);
103 }
104 }
105#endif
106
107 Dealloc(ptr);
108}

Referenced by fl::PSRamAllocator< T >::Free().

+ Here is the caller graph for this function: