24#ifndef __DC_PVR_PVR_MEM_H
25#define __DC_PVR_PVR_MEM_H
void pvr_mem_reset(void)
Reset the PVR RAM pool.
size_t pvr_mem_available(void)
Return the number of bytes available still in the PVR RAM pool.
void pvr_mem_free(pvr_ptr_t chunk)
Free a block of allocated memory in the PVR RAM pool.
void pvr_mem_stats(void)
Print statistics about the PVR RAM pool.
void pvr_mem_print_list(void)
Print the list of allocated blocks in the PVR RAM pool.
pvr_ptr_t pvr_mem_malloc(size_t size)
Allocate a chunk of memory from texture space.
void * pvr_ptr_t
PVR texture memory pointer.
Definition pvr_mem.h:45