mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
[util] Define ALLOC_FREE_BLOCKS for DEBUG_QF_MEMORY
More bitrot.
This commit is contained in:
parent
471f5488ff
commit
bde35749f5
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ static struct DARRAY_TYPE(t *) n##_blocks = DARRAY_STATIC_INIT(8)
|
||||||
#define ALLOC_STATE(t,n) \
|
#define ALLOC_STATE(t,n) \
|
||||||
static t *n##_freelist;
|
static t *n##_freelist;
|
||||||
|
|
||||||
|
#define ALLOC_FREE_BLOCKS(n)
|
||||||
#define FREE(n, p) do { free (p); } while (0)
|
#define FREE(n, p) do { free (p); } while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue