FastLED 3.9.15
Loading...
Searching...
No Matches
fl::memory_resource Member List

This is the complete list of members for fl::memory_resource, including all inherited members.

allocate(fl::size bytes) FL_NOEXCEPTfl::memory_resourceinline
deallocate(void *p, fl::size bytes) FL_NOEXCEPTfl::memory_resourceinline
do_allocate(fl::size bytes) FL_NOEXCEPT=0fl::memory_resourceprotectedpure virtual
do_deallocate(void *p, fl::size bytes) FL_NOEXCEPT=0fl::memory_resourceprotectedpure virtual
do_is_equal(const memory_resource &other) const FL_NOEXCEPTfl::memory_resourceinlineprotectedvirtual
do_reallocate(void *p, fl::size old_bytes, fl::size new_bytes) FL_NOEXCEPTfl::memory_resourceprotectedvirtual
is_equal(const memory_resource &other) const FL_NOEXCEPTfl::memory_resourceinline
reallocate(void *p, fl::size old_bytes, fl::size new_bytes) FL_NOEXCEPTfl::memory_resourceinline
~memory_resource() FL_NOEXCEPT=defaultfl::memory_resourcevirtual