Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
free_list_heap.hpp
Go to the documentation of this file.
static void * allocate(std::size_t size, Tags...)
Definition: free_list_heap.hpp:33
std::atomic< free_list_node * > data
Definition: free_list_heap.hpp:72
Definition: algorithm.hpp:15
Definition: free_list_heap.hpp:28
Definition: free_list_node.hpp:15
static void deallocate(std::size_t size, void *data, Tags...)
Definition: free_list_heap.hpp:51
std::atomic< std::size_t > count
Definition: free_list_heap.hpp:73