| 1021 | } |
| 1022 | |
| 1023 | void cleanup_base_allocator_impl(fl::true_type) FL_NOEXCEPT { |
| 1024 | mBaseAllocator.cleanup(); |
| 1025 | } |
| 1026 | |
| 1027 | void cleanup_base_allocator_impl(fl::false_type) FL_NOEXCEPT { |
| 1028 | // Base allocator doesn't have cleanup method, do nothing |