GCC Middle and Back End API Reference
sort_ctx Struct Reference

Data Fields

cmp_fncmp
 
charout
 
size_t n
 
size_t size
 
size_t nlim
 

Detailed Description

Structure holding read-mostly (read-only in netsort) context.   

Field Documentation

◆ cmp

cmp_fn* sort_ctx::cmp

Referenced by cmp1(), and mergesort().

◆ n

size_t sort_ctx::n

Referenced by mergesort(), and netsort().

◆ nlim

size_t sort_ctx::nlim

◆ out

char* sort_ctx::out

Referenced by mergesort().

◆ size

size_t sort_ctx::size

The documentation for this struct was generated from the following file: