Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::free_list_heap_policy< Heap, Limit >::optimized< Size > Struct Template Reference

#include <heap_policy.hpp>

Public Types

using type = split_heap< Size, with_free_list_node< thread_local_free_list_heap< Size, Limit, free_list_heap< Size, Limit, debug_size_heap< Heap > >> >, debug_size_heap< Heap > >
 

Detailed Description

template<typename Heap, std::size_t Limit = default_free_list_size>
template<std::size_t Size>
struct immer::free_list_heap_policy< Heap, Limit >::optimized< Size >

Definition at line 109 of file heap_policy.hpp.

Member Typedef Documentation

◆ type

template<typename Heap , std::size_t Limit = default_free_list_size>
template<std::size_t Size>
using immer::free_list_heap_policy< Heap, Limit >::optimized< Size >::type = split_heap< Size, with_free_list_node< thread_local_free_list_heap< Size, Limit, free_list_heap< Size, Limit, debug_size_heap<Heap> >> >, debug_size_heap<Heap> >

Definition at line 120 of file heap_policy.hpp.


The documentation for this struct was generated from the following file:
Released under the MIT license