zpp
Zephyr C++20 Framework
zpp::base_heap< T_Heap > Member List

This is the complete list of members for zpp::base_heap< T_Heap >, including all inherited members.

allocate(size_t bytes) noexceptzpp::base_heap< T_Heap >inline
allocate(size_t bytes, size_t align) noexceptzpp::base_heap< T_Heap >inline
base_heap() noexceptzpp::base_heap< T_Heap >inlineprotected
base_heap(const base_heap &)=deletezpp::base_heap< T_Heap >
base_heap(base_heap &&)=deletezpp::base_heap< T_Heap >
deallocate(void *mem) noexceptzpp::base_heap< T_Heap >inline
native_const_pointer typedefzpp::base_heap< T_Heap >
native_handle() noexcept -> native_pointerzpp::base_heap< T_Heap >inline
native_handle() const noexcept -> native_const_pointerzpp::base_heap< T_Heap >inline
native_pointer typedefzpp::base_heap< T_Heap >
native_type typedefzpp::base_heap< T_Heap >
operator=(const base_heap &)=deletezpp::base_heap< T_Heap >
operator=(base_heap &&)=deletezpp::base_heap< T_Heap >
try_allocate(size_t bytes) noexceptzpp::base_heap< T_Heap >inline
try_allocate(size_t bytes, size_t align) noexceptzpp::base_heap< T_Heap >inline
try_allocate_for(size_t bytes, const std::chrono::duration< T_Rep, T_Period > &timeout) noexceptzpp::base_heap< T_Heap >inline
try_allocate_for(size_t bytes, size_t align, const std::chrono::duration< T_Rep, T_Period > &timeout) noexceptzpp::base_heap< T_Heap >inline