|
srp
software rendering pipeline
|

Go to the source code of this file.
Functions | |
| void * | srpMalloc (unsigned long size) |
| void * | srpRealloc (void *p, unsigned long size) |
Declaration of internal wrappers for malloc, realloc, and free
| void * srpRealloc | ( | void * | p, |
| unsigned long | size | ||
| ) |
realloc wrapper. Checks its return value and calls abort() if it has returned NULL.