mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-22 23:22:15 -05:00
fixup! mem_pool: add GIT_TRACE_MEMPOOL support
The `#include "trace.h"` that was implied until 15db4e7f4a (treewide:
remove unnecessary cache.h includes in source files, 2023-02-24) now
needs to be made explicit.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Matthew John Cheetham
parent
b94ef9701c
commit
c9bfb44c57
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "cache.h"
|
||||
#include "mem-pool.h"
|
||||
#include "trace.h"
|
||||
|
||||
static struct trace_key trace_mem_pool = TRACE_KEY_INIT(MEMPOOL);
|
||||
#define BLOCK_GROWTH_SIZE (1024 * 1024 - sizeof(struct mp_block))
|
||||
|
||||
Reference in New Issue
Block a user