summaryrefslogtreecommitdiff
path: root/archive.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-02-22 22:45:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-22 22:51:09 (GMT)
commitfb7dbf3e7a668ab60c158d3d1efc77578ef9db1b (patch)
tree08bdbe53231d4f70972e66eef39d5b7c64c99c98 /archive.h
parentb1ddfb9151ca817c30825d1250d565b32c5fc0f5 (diff)
downloadgit-fb7dbf3e7a668ab60c158d3d1efc77578ef9db1b.zip
git-fb7dbf3e7a668ab60c158d3d1efc77578ef9db1b.tar.gz
git-fb7dbf3e7a668ab60c158d3d1efc77578ef9db1b.tar.bz2
convert ewah/bitmap code to use xmalloc
This code was originally written with the idea that it could be spun off into its own ewah library, and uses the overrideable ewah_malloc to do allocations. We plug in xmalloc as our ewah_malloc, of course. But over the years the ewah code itself has become more entangled with git, and the return value of many ewah_malloc sites is not checked. Let's just drop the level of indirection and use xmalloc and friends directly. This saves a few lines, and will let us adapt these sites to our more advanced malloc helpers. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive.h')
0 files changed, 0 insertions, 0 deletions