mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Doh
This commit is contained in:
parent
11179a2a71
commit
77cf1f8685
1 changed files with 0 additions and 6 deletions
6
stat.c
6
stat.c
|
@ -26,12 +26,6 @@ typedef struct {
|
|||
size_t value;
|
||||
} stat_size_entry_t, **stat_size_table_t;
|
||||
|
||||
typedef struct {
|
||||
uint64_t used;
|
||||
uint64_t type;
|
||||
uint64_t size;
|
||||
} stat_entry_t;
|
||||
|
||||
static uint64_t stat_mem_allocated = 0;
|
||||
static uint64_t stat_mem_deallocated = 0;
|
||||
static uint64_t stat_mem_allocated_total = 0;
|
||||
|
|
Loading…
Reference in a new issue