diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-11-06 06:44:11 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-10 11:03:13 -0800 |
commit | 58ecbd5edeb2357c313db75bc49d45981a2061b7 (patch) | |
tree | 2b1c2369102ae51b351bdbb2a0a3ad837bb4bdaf /date.c | |
parent | 6f10c4103dc7506623f89520ad03517b40788259 (diff) | |
download | git-58ecbd5edeb2357c313db75bc49d45981a2061b7.tar.gz git-58ecbd5edeb2357c313db75bc49d45981a2061b7.tar.xz |
wrapper: move xmmap() to sha1_file.c
wrapper.o depends on sha1_file.o for a number of reasons. One is
release_pack_memory().
xmmap function calls mmap, discarding unused pack windows when
necessary to relieve memory pressure. Simple git programs using
wrapper.o as a friendly libc do not need this functionality.
So move xmmap to sha1_file.o, where release_pack_memory() is.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'date.c')
0 files changed, 0 insertions, 0 deletions