OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
xmalloc.c File Reference
#include "common.h"
Include dependency graph for xmalloc.c:

Go to the source code of this file.

Functions

void * xmalloc (size_t num)
 
void * xrealloc (void *p, size_t num)
 
void * xcalloc (size_t num, size_t size)
 

Function Documentation

◆ xcalloc()

void* xcalloc ( size_t  num,
size_t  size 
)

Definition at line 50 of file xmalloc.c.

◆ xmalloc()

void* xmalloc ( size_t  num)

Definition at line 23 of file xmalloc.c.

◆ xrealloc()

void* xrealloc ( void *  p,
size_t  num 
)

Definition at line 34 of file xmalloc.c.