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
7
#pragma once
8
14
void
*
srpMalloc
(
unsigned
long
size);
15
18
void
srpFree
(
void
* p);
19
22
void
*
srpRealloc
(
void
* p,
unsigned
long
size);
23
// ingroup Memory_allocation
25
srpMalloc
void * srpMalloc(unsigned long size)
Definition
alloc.c:8
srpFree
void srpFree(void *p)
Definition
alloc.c:17
srpRealloc
void * srpRealloc(void *p, unsigned long size)
Definition
alloc.c:22
src
alloc.h
Generated by
1.9.8