A class that manages a buffer of data.
Definition buffer.hh:63
volatile uint32_t * ptr
Definition cop0.c:80
void psyqo_free(void *ptr)
Frees memory from the heap.
Definition alloc.c:344
void * psyqo_malloc(size_t size)
Allocates memory from the heap.
Definition alloc.c:238
void * psyqo_realloc(void *ptr, size_t size)
Re-allocates memory from the heap.
Definition alloc.c:468
static int size
Definition string.h:32
static void copy(T *dst, const T *src, size_t size)
Definition buffer.hh:45
static void deallocate(void *ptr)
Definition buffer.hh:39
static T * allocate(size_t size)
Definition buffer.hh:36
static T * reallocate(void *ptr, size_t size)
Definition buffer.hh:41
static const char * src
Definition syscalls.h:79