set_try_to_free_routine(NULL) means "do nothing special"
commit00b0d7f77b65ed2d059f893bbd2011ba5bb4252d
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2010 17:24:18 +0000 (21 09:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2010 17:25:14 +0000 (21 09:25 -0800)
treefe34aef50ca3aba79424e5e6f13f6e853135d778
parent6068ac88488f01400eae5c063d8e4a08e9d87f74
set_try_to_free_routine(NULL) means "do nothing special"

This way, the next caller that wants to disable our memory reclamation
machinery does not have to define its own do_nothing() stub.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace.c
wrapper.c