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

◆ deallocate()

void fl::memory_resource::deallocate ( void * p,
fl::size bytes )
inline

Definition at line 25 of file memory_resource.h.

25 {
26 if (!p) return;
27 do_deallocate(p, bytes);
28 }
virtual void do_deallocate(void *p, fl::size bytes) FL_NOEXCEPT=0

References do_deallocate(), and FL_NOEXCEPT.

Referenced by reallocate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: