summaryrefslogtreecommitdiff
path: root/alloc.c
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2020-08-15 17:37:57 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-08-18 12:16:08 -0700
commitf87bf28483ae6db32b3ac246ff7081d64a608327 (patch)
tree09833afe3837653e1a1663a21293e952a39bd39f /alloc.c
parentmem-pool: use more standard initialization and finalization (diff)
downloadtgif-f87bf28483ae6db32b3ac246ff7081d64a608327.tar.xz
mem-pool: use consistent pool variable name
About half the function declarations in mem-pool.h used 'struct mem_pool *pool', while the other half used 'struct mem_pool *mem_pool'. Make the code a bit more consistent by just using 'pool' in preference to 'mem_pool' everywhere. No behavioral changes included; this is just a mechanical rename (though a line or two was rewrapped as well). Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'alloc.c')
0 files changed, 0 insertions, 0 deletions