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
15
void
*
srpMalloc
(
unsigned
long
size);
16
19
void
*
srpRealloc
(
void
* p,
unsigned
long
size);
20
// ingroup Memory_allocation
srpRealloc
void * srpRealloc(void *p, unsigned long size)
Definition
alloc.c:24
srpMalloc
void * srpMalloc(unsigned long size)
Definition
alloc.c:15
src
memory
alloc.h
Generated by
1.9.8