srp
software rendering pipeline
Loading...
Searching...
No Matches
alloc.h
Go to the documentation of this file.
1// Software Rendering Pipeline (SRP) library
2// Licensed under GNU GPLv3
3
8#pragma once
9
15void* srpMalloc(unsigned long size);
16
19void* srpRealloc(void* p, unsigned long size);
20
// ingroup Memory_allocation
void * srpRealloc(void *p, unsigned long size)
Definition alloc.c:24
void * srpMalloc(unsigned long size)
Definition alloc.c:15