Home
last modified time | relevance | path

Searched refs:array (Results 1 – 3 of 3) sorted by relevance

/coreutils/gl/lib/
Dheap.c35 void **array; /* array[0] is not used */ member
51 heap->array = xnmalloc (n_reserve, sizeof *(heap->array)); in heap_alloc()
53 heap->array[0] = nullptr; in heap_alloc()
72 free (heap->array); in heap_free()
82 heap->array = x2nrealloc (heap->array, &heap->capacity, in heap_insert()
83 sizeof *(heap->array)); in heap_insert()
85 heap->array[++heap->count] = item; in heap_insert()
86 heapify_up (heap->array, heap->count, heap->compare); in heap_insert()
101 top = heap->array[1]; in heap_remove_top()
102 heap->array[1] = heap->array[heap->count--]; in heap_remove_top()
[all …]
/coreutils/tests/
Dfilefrag-extent-compare31 # Merge adjacent extents in array E.
/coreutils/doc/
Dcoreutils.texi7098 the last specified @var{array}, with a single occurrence of that character.
7126 an empty string operand represents an empty array of characters.