heaptype
Heaptype is a term used in computer science to denote the category or configuration of a heap. It is not a formal standardized term, but appears in documentation and code as a label for either the heap variant or the memory allocation region in use.
In data structures, a heap is a nearly complete tree that satisfies the heap property. The type
In software libraries, a heaptype parameter may select min- or max- behavior depending on a comparator or
In memory management, heaptype can describe the kind of heap allocator used, such as a process heap,
See also: heap data structure, priority queue, heap sort, and various heap variants and memory allocators.