srp
software rendering pipeline
Loading...
Searching...
No Matches
alloc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * srpMalloc (unsigned long size)
 
void * srpRealloc (void *p, unsigned long size)
 

Detailed Description

Declaration of internal wrappers for malloc, realloc, and free

Function Documentation

◆ srpRealloc()

void * srpRealloc ( void *  p,
unsigned long  size 
)

realloc wrapper. Checks its return value and calls abort() if it has returned NULL.

See also
SRP_REALLOC