Documentation ¶
Overview ¶
#include <stdlib.h>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrHeap ¶
type ArrHeap struct {
// contains filtered or unexported fields
}
func NewArrHeap ¶
Creates a new heap for allocation of array cells, whose sizes are multiple of the same element size elemSize
func (ArrHeap) DisposeArr ¶
Deallocates the cell at Address a and containing an array cell of elemNb elements by putting it in the link chained
type RecHeap ¶
type RecHeap struct {
// contains filtered or unexported fields
}
Heap for cells of the same size
func NewRecHeap ¶
Creates a new heap for allocation of cells with the unique size recSize
func (*RecHeap) DisposeRec ¶
Deallocates the cell at Address a by putting it into the link chained
Click to show internal directories.
Click to hide internal directories.