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

◆ Free()

void fl::Free ( void * ptr)

Definition at line 125 of file allocator.cpp.

125 {
126#if defined(FASTLED_TESTING)
127 if (gMallocFreeHook && ptr) {
128 MemoryGuard allows_hook;
129 if (allows_hook.enabled()) {
130 gMallocFreeHook->onFree(ptr);
131 }
132 }
133#endif
134
135 Dealloc(ptr);
136}

Referenced by fl::allocator< U >::deallocate().

+ Here is the caller graph for this function: