|
LMMS
|
#include <pthread.h>#include <stdlib.h>#include <string.h>#include <stdio.h>#include "vorbis/codec.h"#include "misc.h"#include <sys/time.h>Classes | |
| struct | head |
Macros | |
| #define | HEAD_ALIGN 32 |
| #define | MISC_C |
Functions | |
| static void * | _insert (void *ptr, long bytes, char *file, long line) |
| static void | _ripremove (void *ptr) |
| void | _VDBG_dump (void) |
| void * | _VDBG_malloc (void *ptr, long bytes, char *file, long line) |
| void | _VDBG_free (void *ptr, char *file, long line) |
Variables | |
| static pthread_mutex_t | memlock =PTHREAD_MUTEX_INITIALIZER |
| static void ** | pointers =NULL |
| static long * | insertlist =NULL |
| static char ** | files =NULL |
| static long * | file_bytes =NULL |
| static int | filecount =0 |
| static int | ptop =0 |
| static int | palloced =0 |
| static int | pinsert =0 |
| long | global_bytes =0 |
| long | start_time =-1 |
| #define HEAD_ALIGN 32 |
| #define MISC_C |
|
static |
|
static |
|
static |
| long global_bytes =0 |
|
static |
|
static |
|
static |
|
static |
|
static |
| long start_time =-1 |