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

◆ allocate()

void * fl::memory_resource::allocate ( fl::size bytes)
inline

Definition at line 20 of file memory_resource.h.

20 {
21 if (bytes == 0) return nullptr;
22 return do_allocate(bytes);
23 }
virtual void * do_allocate(fl::size bytes) FL_NOEXCEPT=0

References allocate(), do_allocate(), and FL_NOEXCEPT.

Referenced by allocate(), reallocate(), and fl::vector_basic::swap_impl().

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