srp
software rendering pipeline
Loading...
Searching...
No Matches
alloc.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "memory/alloc.h"
Include dependency graph for alloc.c:

Functions

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

Detailed Description

Internal wrappers for malloc, realloc, and free