Blender
V3.3
|
#include <list_sort_impl.h>
Public Attributes | |
unsigned int | min_rank |
unsigned int | n_ranks |
CompareFn | func |
list_node * | ranks [MAX_RANKS] |
Definition at line 116 of file list_sort_impl.h.
CompareFn SortInfo::func |
Definition at line 118 of file list_sort_impl.h.
Referenced by init_sort_info(), insert_list(), list_sort_do(), and sweep_up().
unsigned int SortInfo::min_rank |
Definition at line 117 of file list_sort_impl.h.
Referenced by init_sort_info(), insert_list(), and sweep_up().
unsigned int SortInfo::n_ranks |
Definition at line 117 of file list_sort_impl.h.
Referenced by init_sort_info(), insert_list(), and list_sort_do().
Invariant: ranks[i] == NULL || length(ranks[i]) >= 2**(i+1)
.
~ 128 bytes on 32bit, ~ 512 bytes on 64bit
Definition at line 128 of file list_sort_impl.h.
Referenced by insert_list(), and sweep_up().