Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
unsafe_free_list_heap.hpp
Go to the documentation of this file.
Base base_t
Definition: unsafe_free_list_heap.hpp:43
static void * allocate(std::size_t size, Tags...)
Definition: unsafe_free_list_heap.hpp:46
Definition: algorithm.hpp:15
static void clear()
Definition: unsafe_free_list_heap.hpp:77
free_list_node * data
Definition: unsafe_free_list_heap.hpp:23
static head_t & head()
Definition: unsafe_free_list_heap.hpp:27
Definition: free_list_node.hpp:15
static void deallocate(std::size_t size, void *data, Tags...)
Definition: unsafe_free_list_heap.hpp:62
std::size_t count
Definition: unsafe_free_list_heap.hpp:24