Linux Perf
xyarray.c File Reference
#include "xyarray.h"
#include "util.h"
#include <stdlib.h>
#include <string.h>
Include dependency graph for xyarray.c:

Go to the source code of this file.

Functions

struct xyarrayxyarray__new (int xlen, int ylen, size_t entry_size)
 
void xyarray__reset (struct xyarray *xy)
 
void xyarray__delete (struct xyarray *xy)
 

Function Documentation

◆ xyarray__delete()

void xyarray__delete ( struct xyarray xy)

Definition at line 30 of file xyarray.c.

Here is the call graph for this function:

◆ xyarray__new()

struct xyarray* xyarray__new ( int  xlen,
int  ylen,
size_t  entry_size 
)

Definition at line 7 of file xyarray.c.

Here is the call graph for this function:

◆ xyarray__reset()

void xyarray__reset ( struct xyarray xy)

Definition at line 23 of file xyarray.c.

Here is the call graph for this function: