Source code file for m_alloc_clear()

Florian Weimer fw@deneb.enyo.de
Thu Jun 21 23:19:01 2001


Jonathan Hayward <jshayward@pobox.com> writes:

> Where is m_alloc_clear defined (when DEBUG isn't), 

In utils/memory.c.  Look for 'FNAME(alloc_clear)'.

> and why can't I find it by grep etc.?

Werner employed some C preprocessor tricks for implementing the
debugging version which affect the production version as well.